17 lines
211 B
Bash
Executable File
17 lines
211 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# copy config files
|
|
sudo cp -r etc lib usr /
|
|
|
|
# Need rc.local?
|
|
sudo systemctl enable rc-local.service
|
|
|
|
# update
|
|
sudo ntpdate pool.ntp.org
|
|
sudo hwclock -w
|
|
|
|
# checkouts
|
|
pstar-update.sh
|
|
ntcna-update.sh
|
|
|