From d86711ec06a05f330b4aaefdb0871b18b3b5d1de Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 1 Nov 2025 18:44:32 -0600 Subject: [PATCH] ibnstaller --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ae64a0..b0f9e47 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,15 @@ * Dark Web Hosting (LAMP on 20.04 LTS) * 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"` +Install customscripts on linux +with full upgrade and package install +```bash +script=/tmp/install_script.sh && curl -s https://raw.githubusercontent.com/PrincessPi3/general-scripts-and-system-ssssssetup/refs/heads/main/customscripts/install_script.sh > $script && chmod +x $script && $SHELL -c "$script full" && $SHELL /usr/share/customscripts/configure_webhook.sh full && exec $SHELL +``` +without full upgrade and package install +```bash +script=/tmp/install_script.sh && curl -s https://raw.githubusercontent.com/PrincessPi3/general-scripts-and-system-ssssssetup/refs/heads/main/customscripts/install_script.sh > $script && chmod +x $script && $SHELL -c "$script" && $SHELL /usr/share/customscripts/configure_webhook.sh full && exec $SHELL +``` ## Usage ### Linux