From 40e9eeef69c2a2839eddeb5e9b78293064095880 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 14 Jun 2025 02:32:04 -0600 Subject: [PATCH] 1.2-dev --- DOCS.md | 4 ++-- installer_auto.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DOCS.md b/DOCS.md index f2b81d2..0f85476 100644 --- a/DOCS.md +++ b/DOCS.md @@ -68,14 +68,14 @@ * `dump_configs.sh` make a backup of all configs * `full_status.sh` show status of all of the componants of Precision-Timekeeping-Fuckery one by one * `installer_auto.sh` script to initialize the install, it is run first - * usage: `curl -s https://raw.githubusercontent.com/PrincessPi3/Precision-Timekeeping-Fuckery/refs/heads/main/installer_auto.sh?nocache=$RANDOM | sudo $SHELL` + * usage: `curl -s https://raw.githubusercontent.com/PrincessPi3/Precision-Timekeeping-Fuckery/refs/heads/main/installer_auto.sh?nocache=$RANDOM | $SHELL` * `installer1.sh` first manual installer script. runs rpi-config and optionall rpi-update * `installer2.sh` second manual installer script. performs a dist-upgrade and an autoremove * `installer3.sh` third manual installer script. adds grafana and telegram repos, uninstalls and disables unneeded junk, installs packages, adds pps-gpio to /etc/modules if not there, autoremove, gives users the right groups * `installer4.sh` final manual installer script. runs `reconfig_full.sh` and enables the services on boot * `nuke_logs.sh` does just what it says on the tin * `reconfig_full.sh` reconfigures services in one of the directories - * usage: `bash reconfig_full ` + * usage: `bash reconfig_full.sh ` * `services.sh` runs an operation on all of the relevant services * usage: `bash services.sh [start|status|stop|restart|reload|enable|disable]` * `show_running_configs.sh` shows the current config files, one by one diff --git a/installer_auto.sh b/installer_auto.sh index ff37dad..af996b5 100644 --- a/installer_auto.sh +++ b/installer_auto.sh @@ -1,6 +1,6 @@ #!/bin/bash # usage -## curl -s https://raw.githubusercontent.com/PrincessPi3/Precision-Timekeeping-Fuckery/refs/heads/main/installer_auto.sh?nocache=$RANDOM | sudo $SHELL +## curl -s https://raw.githubusercontent.com/PrincessPi3/Precision-Timekeeping-Fuckery/refs/heads/main/installer_auto.sh?nocache=$RANDOM | $SHELL set -e if [ ! -z $SUDO_USER ]; then