Changeset 51 for bootstrapper
- Timestamp:
- Jun 9, 2014, 10:39:13 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootstrapper/bootstrap.sh
r48 r51 1 1 #!/bin/bash 2 VERSION= 22 VERSION=3 3 3 4 4 if [ `id -u` -ne 0 ]; then … … 150 150 echo -e "Downloading and installing management scripts\n" 151 151 wget -nv http://illy.bz/fi/7dtd/management_scripts.tar.gz -O /tmp/management_scripts.tar.gz 152 tar --touch - xzf /tmp/management_scripts.tar.gz -C /152 tar --touch --no-overwrite-dir -xzf /tmp/management_scripts.tar.gz -C / 153 153 154 154 chown root.root /etc/7dtd.conf
Note:
See TracChangeset
for help on using the changeset viewer.