1749858395

This commit is contained in:
2025-06-13 17:46:34 -06:00
parent ed5637b563
commit b486354823
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -46,4 +46,4 @@ echo "Compressing up and deleting $dname to $dname.tar.gz..."
tar czf $dname.tar.gz $dname tar czf $dname.tar.gz $dname
rm -rf $dname rm -rf $dname
echo "dump_configs complete" > ./status.txt echo "dump_configs.sh complete" >> ./status.txt
+1 -1
View File
@@ -20,7 +20,7 @@ echo -e "Enable I2C Support in raspi-config\n\tInterface Options->I2C->\n\t Woul
read -p "Press ENTER to Continue" read -p "Press ENTER to Continue"
sudo raspi-config sudo raspi-config
echo "3 complete" > ./status.txt echo "Installer1.sh complete" >> ./status.txt
echo "Part 1 done!" echo "Part 1 done!"
# echo "Rebooting now!" # echo "Rebooting now!"
+1 -1
View File
@@ -14,7 +14,7 @@ sudo apt dist-upgrade -y
echo "Cleaning up..." echo "Cleaning up..."
sudo apt autoremove -y sudo apt autoremove -y
echo "3 complete" > ./status.txt echo "Installer2.sh complete" >> ./status.txt
echo "Part 2 done!" echo "Part 2 done!"
# echo "Rebooting now!" # echo "Rebooting now!"
+1 -1
View File
@@ -77,7 +77,7 @@ sudo usermod -aG dialout gpsd
sudo usermod -aG dialout _chrony sudo usermod -aG dialout _chrony
echo "3 complete" > ./status.txt echo "installer3.sh complete" >> ./status.txt
echo "Part 3 done!" echo "Part 3 done!"
# echo "Rebooting now!" # echo "Rebooting now!"
+1 -1
View File
@@ -14,5 +14,5 @@ sudo apt install git -y
cd /home/$username cd /home/$username
git clone https://github.com/PrincessPi3/Precision-Timekeeping-Fuckery.git git clone https://github.com/PrincessPi3/Precision-Timekeeping-Fuckery.git
cd /home/$username/Precision-Timekeeping-Fuckery cd /home/$username/Precision-Timekeeping-Fuckery
echo "installer_auto complete" > ./status.txt echo "installer_auto.sh complete" > ./status.txt
bash installer1.sh bash installer1.sh
+1 -1
View File
@@ -71,4 +71,4 @@ sudo crontab $crontab_new
# start da services # start da services
bash ./services.sh start # 1>/dev/null bash ./services.sh start # 1>/dev/null
echo "reconfig_full complete" > ./status.txt echo "reconfig_full.sh complete" >> ./status.txt
+1 -1
View File
@@ -8,4 +8,4 @@ fi
echo "Running $1 on Services" echo "Running $1 on Services"
sudo systemctl $1 gpsd chrony influxdb telegraf grafana-server syslog-ng sudo systemctl $1 gpsd chrony influxdb telegraf grafana-server syslog-ng
echo "services complete" > ./status.txt echo "services complete" >> ./status.txt