1749858112
This commit is contained in:
@@ -5,3 +5,4 @@ chrony_statistics.log
|
||||
conf-*
|
||||
log_backup_*
|
||||
influxdata-archive.key
|
||||
status.txt
|
||||
+2
-2
@@ -6,8 +6,8 @@ echo "Updating software lists..."
|
||||
sudo apt update 1>/dev/null 2>/dev/null
|
||||
|
||||
# updoot this
|
||||
echo "Updating this repo..."
|
||||
git pull 1>/dev/null 2>/dev/null
|
||||
# echo "Updating this repo..."
|
||||
# git pull 1>/dev/null 2>/dev/null
|
||||
|
||||
# rpi-update
|
||||
echo "Updating Raspberry Pi firmware..."
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "Updating this repo..."
|
||||
git pull 1>/dev/null 2>/dev/null
|
||||
# echo "Updating this repo..."
|
||||
# git pull 1>/dev/null 2>/dev/null
|
||||
|
||||
# updoot
|
||||
echo "Updating software lists..."
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
# set -e
|
||||
|
||||
echo "Updating this repo..."
|
||||
git pull 1>/dev/null 2>/dev/null
|
||||
# echo "Updating this repo..."
|
||||
# git pull 1>/dev/null 2>/dev/null
|
||||
|
||||
# grafana repo and install
|
||||
echo "Add Grafana repo..."
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "Updating this repo..."
|
||||
git pull 1>/dev/null 2>/dev/null
|
||||
# echo "Updating this repo..."
|
||||
# git pull 1>/dev/null 2>/dev/null
|
||||
|
||||
# reconfigure to normal mode
|
||||
echo "Starting configure script..."
|
||||
|
||||
+9
-2
@@ -2,9 +2,16 @@
|
||||
# usage
|
||||
## curl https://raw.githubusercontent.com/PrincessPi3/Precision-Timekeeping-Fuckery/refs/heads/main/installer_auto.sh | sudo $SHELL
|
||||
set -e
|
||||
|
||||
if [ ! -z $SUDO_USER ]; then
|
||||
username=$SUDO_USER
|
||||
else
|
||||
username=$USER
|
||||
fi
|
||||
|
||||
sudo apt update
|
||||
sudo apt install git -y
|
||||
cd $HOME
|
||||
cd /home/$username
|
||||
git clone https://github.com/PrincessPi3/Precision-Timekeeping-Fuckery.git
|
||||
cd Precision-Timekeeping-Fuckery
|
||||
cd /home/$username/Precision-Timekeeping-Fuckery
|
||||
bash installer1.sh
|
||||
Reference in New Issue
Block a user