diff --git a/install.sh b/install.sh index ff36e83..1416f4c 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein currentVersion="1.12.0" -declare -a tools=(currency stocks weather crypt movies taste short geo cheat ytview cloudup qrify siteciphers) +declare -a tools=(currency stocks weather crypt movies taste short geo cheat ytview cloudup qrify siteciphers todo) askInstall() { diff --git a/uninstall.sh b/uninstall.sh index 9366cd4..e6dfeed 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -1,6 +1,6 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -declare -a tools=(currency stocks weather crypt movies taste short geo cheat ytview cloudup qrify siteciphers) +declare -a tools=(currency stocks weather crypt movies taste short geo cheat ytview cloudup qrify siteciphers todo) all="1" askUninstall()