From 1b18a9456f25a3cd3955e2e29fc2bf9423824011 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 9 Aug 2025 10:18:01 -0600 Subject: [PATCH] 1754756282 --- README.md | 2 +- customscripts/install_script.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e78ea38..430a000 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ * General Windows 10 and mobile security guide Install customscripts on linux with -`curl -s https://raw.githubusercontent.com/PrincessPi3/general-scripts-and-system-ssssssetup/refs/heads/main/customscripts/install_script.sh?nocache=$RANDOM | sudo "$SHELL" && bash /usr/share/customscripts/configure_webhook.sh && exec "$SHELL"` +`curl -s https://raw.githubusercontent.com/PrincessPi3/general-scripts-and-system-ssssssetup/refs/heads/main/customscripts/install_script.sh | sudo "$SHELL" && bash /usr/share/customscripts/configure_webhook.sh && exec "$SHELL"` ## Usage ### Linux diff --git a/customscripts/install_script.sh b/customscripts/install_script.sh index 8f4de05..67ea5bd 100644 --- a/customscripts/install_script.sh +++ b/customscripts/install_script.sh @@ -1,6 +1,6 @@ #!/bin/bash # install with -## curl -s https://raw.githubusercontent.com/PrincessPi3/general-scripts-and-system-ssssssetup/refs/heads/main/customscripts/install_script.sh?nocache=$RANDOM | sudo "$SHELL" && bash /usr/share/customscripts/configure_webhook.sh && exec "$SHELL" +## curl -s https://raw.githubusercontent.com/PrincessPi3/general-scripts-and-system-ssssssetup/refs/heads/main/customscripts/install_script.sh | sudo "$SHELL" && bash /usr/share/customscripts/configure_webhook.sh && exec "$SHELL" # set -e # make sure da silly thing dont continue when there be errorZ gitRepo='https://github.com/PrincessPi3/general-scripts-and-system-ssssssetup.git'