From 32a6ee16eb0a20894746b627b839751a4fc0e9b0 Mon Sep 17 00:00:00 2001 From: Cameron Banowsky Date: Thu, 24 Oct 2019 11:50:56 -0700 Subject: [PATCH] install.sh --- .idea/.gitignore | 3 --- .idea/Sn1per.iml | 9 --------- .idea/misc.xml | 6 ------ .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ install.sh | 3 --- 6 files changed, 35 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/Sn1per.iml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 0e40fe8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ - -# Default ignored files -/workspace.xml \ No newline at end of file diff --git a/.idea/Sn1per.iml b/.idea/Sn1per.iml deleted file mode 100644 index d6ebd48..0000000 --- a/.idea/Sn1per.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 28a804d..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 40a8de4..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/install.sh b/install.sh index 71a7855..4776385 100755 --- a/install.sh +++ b/install.sh @@ -23,9 +23,6 @@ LOOT_DIR=/root/Sn1per PLUGINS_DIR=/root/Sn1per GO_DIR=~/go/bin -echo -e "$OKGREEN + -- --=[This script will install sniper under $INSTALL_DIR. Are you sure you want to continue? (Hit Ctrl+C to exit)$RESET" -read answer - mkdir -p $INSTALL_DIR 2> /dev/null mkdir -p $LOOT_DIR 2> /dev/null mkdir $LOOT_DIR/domains 2> /dev/null