From d2424a14da879b271c26bde61b82d256579c0afd Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 7 Feb 2026 03:48:59 -0700 Subject: [PATCH] cutting bloat from linux installer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d7fefa..2865df0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ script=/tmp/install_script.sh && curl -s https://raw.githubusercontent.com/Princ ``` 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 +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 && exec $SHELL ``` ## Usage