This commit is contained in:
DarDarDoor 2022-04-18 08:30:01 +00:00 committed by GitHub
parent 0dd5785b96
commit dc20374864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

View File

@ -1,6 +1,17 @@
#!/bin/bash
#Made by DarDarDar, 2022
if [ "$1" == "uninstall" ] || [ "$1" == "uninstaller" ]
then
echo "Uninstalling Itteblox in 3 seconds... "
sleep 3
rm $HOME/itteblox -rf
sudo rm /usr/share/applications/itteblox.desktop
sudo update-desktop-database
echo "Uninstallation done. Run the script like normal if you'd like to reinstall. "
exit
fi
echo "This is the Itteblox Installer helper, v1.1. "
echo "Before installation begins, some dependencies need to be installed. If anything prompts for a password, enter it, and if there's a yes/no answer, enter yes. "
sleep 3

View File

@ -1,6 +1,18 @@
#!/bin/bash
#Made by DarDarDar, 2022
if [ "$1" == "uninstall" ] || [ "$1" == "uninstaller" ]
then
echo "Uninstalling Tadah in 3 seconds... "
sleep 3
rm $HOME/.wine/drive_c/users/$USER/AppData/Local/Tadah -rf
rm $HOME/.wine/drive_c/users/$USER/AppData/Local/Ta2014 -rf
sudo rm /usr/share/applications/tadah.desktop
sudo update-desktop-database
echo "Uninstallation done. Run the script like normal if you'd like to reinstall. "
exit
fi
echo "This is the Tadah Installer helper, v1.1. "
echo "Before installation begins, some dependencies need to be installed. If anything prompts for a password, enter it, and if there's a yes/no answer, enter yes. "
sleep 3