From d041b9d1c95a0a636028004090f274462e522fd4 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 3 Jun 2017 18:04:26 -0400 Subject: [PATCH] Sn1per by 1N3CrowdShield --- sniper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sniper b/sniper index 12a6e36..856230e 100644 --- a/sniper +++ b/sniper @@ -128,7 +128,7 @@ cd $INSTALL_DIR function check_update { if [ "$ENABLE_AUTO_UPDATES" = "1" ]; then - echo -e "$OKBLUE + -- --=[Checking for updates...$RESET" + # echo -e "$OKBLUE + -- --=[Checking for updates...$RESET" LATEST_VER="$(curl -s https://crowdshield.com/.injectx/sniper_ver.txt)" if [ "$LATEST_VER" != "$VER" ]; then echo -e "$OKRED + -- --=[Sn1per $LATEST_VER is available to download... Do you want to update? (y or n)$RESET"