mirror of https://github.com/1N3/Sn1per.git
Sn1per by 1N3@CrowdShield
This commit is contained in:
parent
7c28b368bb
commit
061a94e06d
|
|
@ -22,7 +22,7 @@ echo ""
|
|||
INSTALL_DIR=/usr/share/sniper
|
||||
|
||||
echo -e "$OKGREEN + -- --=[This script will install sniper under $INSTALL_DIR. Are you sure you want to continue?$RESET"
|
||||
read answer
|
||||
read answer
|
||||
|
||||
mkdir -p $INSTALL_DIR 2> /dev/null
|
||||
cp -Rf $PWD/* $INSTALL_DIR
|
||||
|
|
|
|||
Loading…
Reference in New Issue