1754707459

This commit is contained in:
2025-08-08 20:44:19 -06:00
parent ad95d42028
commit dfb807be92
2 changed files with 11 additions and 17 deletions
+5 -3
View File
@@ -11,11 +11,11 @@ else
fi
# get webhook url
echo "Enter Discord Webhook URL"
echo -e "\nEnter Discord Webhook URL"
read webhook_url
# get tag
echo "Enter Tag to Notify"
echo -e "\nEnter Tag to Notify"
read webhook_tag
# write da files
@@ -28,4 +28,6 @@ sudo chown -R $username:$username $finalDir
# fix perms
echo "Setting perms of $finalDir and contents to 775"
sudo chmod -R 775 $finalDir
sudo chmod -R 775 $finalDir
echo -e "\n\nDone! Restart shell:\n\texec \"\$SHELL\"\n"