powershell webhook, pyenv nistaller, changes to install_script.sh

This commit is contained in:
2025-08-08 17:38:09 -06:00
parent cdd4462cd8
commit d3d58a71a3
3 changed files with 12 additions and 7 deletions
+8 -6
View File
@@ -66,11 +66,13 @@ else
fi
# configure webhook
# echo "Enter Discord Webhook URL"
# read url
# echo "Enter Tag to Notify"
# read tag
# sudo bash -c "echo '$url' > /usr/share/customscripts/webhook.txt"
# sudo bash -c "echo '$tag' > /usr/share/customscripts/tag.txt"
echo "Enter Discord Webhook URL"
read url
echo "Enter Tag to Notify"
read tag
sudo bash -c "echo '$url' > $finalDir/webhook.txt"
sudo bash -c "echo '$tag' > $finalDir/tag.txt"
sudo rm -f $finalDir/install_script.sh
echo -e "\n\nDone! Restart shell:\n\texec \"\$SHELL\"\n\n"