Tweaks for CarPi setup/install
This commit is contained in:
16
CarPi/rpi-update.sh
Executable file
16
CarPi/rpi-update.sh
Executable file
@ -0,0 +1,16 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user