From 2ffe86ea3ddb6c88f349312eb967cfe06340233b Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 17 Dec 2025 04:51:40 -0700 Subject: [PATCH] tryin oniux from normie install --- customscripts/install_script.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/customscripts/install_script.sh b/customscripts/install_script.sh index d14d032..513b598 100644 --- a/customscripts/install_script.sh +++ b/customscripts/install_script.sh @@ -62,6 +62,7 @@ if [ ! -z "$1" ]; then source $rcfile else echo -e "\ndotnet installed, skipping install of repo\n" + source $rcfile fi ## dotnet ### haveibeenpwned-downloader @@ -90,6 +91,7 @@ if [ ! -z "$1" ]; then source $rcfile else echo -e "\nlinuxbrew installed, skipping install\n" + source $rcfile fi ### install ponysay if [ ! $(which ponysay) ]; then @@ -98,12 +100,15 @@ if [ ! -z "$1" ]; then if ! grep 'ponysay fix' $rcfile; then echo "adding ponysay fix to $rcfile" echo -e "# ponysay fix\nexport PYTHONWARNINGS=ignore::SyntaxWarning" >> $rcfile + source $rcfile else echo "ponysay fix already in $rcfile skipping" + source $rcfile fi else echo -e "\nponysay already installed, skipping\n" fi + # cargo ## oniux echo -e "\nINSTALLIN TOR ONIUX\n"