powershell webhook, pyenv nistaller, changes to install_script.sh
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user