mirror of https://github.com/1N3/Sn1per.git
Sn1per by 1N3CrowdShield
This commit is contained in:
parent
36332131e2
commit
d041b9d1c9
2
sniper
2
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue