From e9c8ed808ade74299f71c59751059a696fd9861c Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 17:18:57 -0600 Subject: [PATCH] 1749856737 --- installer_auto.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/installer_auto.sh b/installer_auto.sh index bd1d7e5..3374be2 100644 --- a/installer_auto.sh +++ b/installer_auto.sh @@ -3,4 +3,8 @@ ## curl https://github.com/PrincessPi3/Precision-Timekeeping-Fuckery/blob/main/installer_auto.sh | sudo $SHELL set -e sudo apt update -sudo apt install git -y \ No newline at end of file +sudo apt install git -y +cd $HOME +git clone https://github.com/PrincessPi3/Precision-Timekeeping-Fuckery.git +cd Precision-Timekeeping-Fuckery +bash installer1.sh \ No newline at end of file