From 6cb1f2c75f2845d48d78fe1c97e13fb565b331a0 Mon Sep 17 00:00:00 2001 From: Alex Epstein Date: Sat, 15 Jul 2017 20:56:13 -0400 Subject: [PATCH] Adding todo to installer and uninstaller --- install.sh | 2 +- uninstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()