Skip to content

Commit

Permalink
Remove old /usr/bin/fsociety
Browse files Browse the repository at this point in the history
  • Loading branch information
thehappydinoa committed Feb 10, 2018
1 parent c695b46 commit f494a83
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
clear
echo "
███╗ ███╗ █████╗ ███╗ ██╗██╗███████╗███████╗ ██████╗
████╗ ████║██╔══██╗████╗ ██║██║██╔════╝██╔════╝██╔═══██╗
██╔████╔██║███████║██╔██╗ ██║██║███████╗███████╗██║ ██║
██║╚██╔╝██║██╔══██║██║╚██╗██║██║╚════██║╚════██║██║ ██║
██║ ╚═╝ ██║██║ ██║██║ ╚████║██║███████║███████║╚██████╔╝
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝╚══════╝╚══════╝ ╚═════╝
▀▀█▀▀ █▀▀█ █▀▀█ █ █▀▀ ~ Tools Instaler By Ⓜ Ⓐ Ⓝ Ⓘ Ⓢ Ⓢ Ⓞ ☪ ~
█ █ █ █ █ █ ▀▀█
▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀ ▀▀▀
███████╗███████╗ ██████╗ ██████╗██╗███████╗████████╗██╗ ██╗
██╔════╝██╔════╝██╔═══██╗██╔════╝██║██╔════╝╚══██╔══╝╚██╗ ██╔╝
█████╗ ███████╗██║ ██║██║ ██║█████╗ ██║ ╚████╔╝
██╔══╝ ╚════██║██║ ██║██║ ██║██╔══╝ ██║ ╚██╔╝
██║ ███████║╚██████╔╝╚██████╗██║███████╗ ██║ ██║
╚═╝ ╚══════╝ ╚═════╝ ╚═════╝╚═╝╚══════╝ ╚═╝ ╚═╝
██╗███╗ ██╗███████╗████████╗ █████╗ ██╗ ██╗ ███████╗██████╗
██║████╗ ██║██╔════╝╚══██╔══╝██╔══██╗██║ ██║ ██╔════╝██╔══██╗
██║██╔██╗ ██║███████╗ ██║ ███████║██║ ██║ █████╗ ██████╔╝
██║██║╚██╗██║╚════██║ ██║ ██╔══██║██║ ██║ ██╔══╝ ██╔══██╗
██║██║ ╚████║███████║ ██║ ██║ ██║███████╗███████╗███████╗██║ ██║
╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝
";

if [ "$PREFIX" = "/data/data/com.termux/files/usr" ]; then
Expand Down Expand Up @@ -40,8 +43,10 @@ if [ -d "$INSTALL_DIR" ]; then
if [ "$mama" = "y" ]; then
if [ "$TERMUX" = true ]; then
rm -rf "$INSTALL_DIR"
rm "$BIN_DIR/fsociety"
else
sudo rm -rf "$INSTALL_DIR"
sudo rm "$BIN_DIR/fsociety"
fi
else
echo "[✘] If you want to install you must remove previous installations [✘] ";
Expand Down

0 comments on commit f494a83

Please sign in to comment.