Tweaks for CarPi setup/install

This commit is contained in:
2021-09-01 15:50:03 -04:00
parent 70b66e3f54
commit 14b79ac56b
21 changed files with 12 additions and 12 deletions

16
CarPi/rpi-update.sh Executable file
View 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