1.5-rc-3
This commit is contained in:
+3
-3
@@ -200,7 +200,7 @@ reconfigure_full () {
|
|||||||
# sudo bash -c "cat $hwclockset_new > $hwclockset"
|
# sudo bash -c "cat $hwclockset_new > $hwclockset"
|
||||||
|
|
||||||
# check if /boot/firmware/config.txt is configured yet
|
# check if /boot/firmware/config.txt is configured yet
|
||||||
sudo rg -q -e "GPS PPS signals" $bootfirmwareconfig
|
sudo rg -q "GPS PPS signals" $bootfirmwareconfig
|
||||||
grepconfig=$?
|
grepconfig=$?
|
||||||
|
|
||||||
# configure the overlay
|
# configure the overlay
|
||||||
@@ -238,7 +238,7 @@ phase_one () {
|
|||||||
git clone https://github.com/PrincessPi3/Precision-Timekeeping-Fuckery.git $git_dir
|
git clone https://github.com/PrincessPi3/Precision-Timekeeping-Fuckery.git $git_dir
|
||||||
|
|
||||||
# makin scripts executable
|
# makin scripts executable
|
||||||
chmod +x "$git_dir/*.sh"
|
chmod +x $git_dir/*.sh
|
||||||
|
|
||||||
# update the log
|
# update the log
|
||||||
echo -e "START AT $(date +%s) time_fuckery.sh\ncomplete 1/5" >> $status_log
|
echo -e "START AT $(date +%s) time_fuckery.sh\ncomplete 1/5" >> $status_log
|
||||||
@@ -363,7 +363,7 @@ phase_four () {
|
|||||||
sudo bash -c "apt purge -y $purge_packages"
|
sudo bash -c "apt purge -y $purge_packages"
|
||||||
|
|
||||||
# check if pps-gpio is in /etc/modules already
|
# check if pps-gpio is in /etc/modules already
|
||||||
rg -e "pps-gpio" /etc/modules
|
rg -q "pps-gpio" /etc/modules
|
||||||
gerppps=$?
|
gerppps=$?
|
||||||
|
|
||||||
# add pps-gpio to modules
|
# add pps-gpio to modules
|
||||||
|
|||||||
Reference in New Issue
Block a user