From 72d7fda4da8fc2805f6c8e0e4681c87649bd3283 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 29 Jul 2023 09:36:08 -0700 Subject: [PATCH] Sn1per v9.2 updates --- sniper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sniper b/sniper index 6319917..96f5b44 100755 --- a/sniper +++ b/sniper @@ -8,7 +8,7 @@ if [[ $EUID -ne 0 ]]; then exit 1 fi -VER="9.1" +VER="9.2" INSTALL_DIR="/usr/share/sniper" LOOT_DIR="$INSTALL_DIR/loot/$TARGET" SNIPER_PRO=$INSTALL_DIR/pro.sh