Sfoglia il codice sorgente

Update InstallMe.sh

assume-breach 3 anni fa
parent
commit
356ab319d4
1 ha cambiato i file con 9 aggiunte e 7 eliminazioni
  1. 9 7
      DoubleVision/InstallMe.sh

+ 9 - 7
DoubleVision/InstallMe.sh

@@ -9,13 +9,6 @@ apt-get update -y && apt-get upgrade -y
 
 apt install tmux apache2 iptables git npm php dnsmasq apache2 dnsmasq-base python hostapd mdk3 macchanger -y
 
-curl -fsSL https://get.docker.com -o get-docker.sh
-
-sudo sh get-docker.sh
-
-docker pull capsulecode/singlefile
-
-docker tag capsulecode/singlefile singlefile
 
 git clone https://github.com/adamff24/PwrDeauther.git
 
@@ -39,5 +32,14 @@ cd /etc/apache2/mods-enabled
 
 ln -s ../mods-available/rewrite.load rewrite.load
 
+git clone --depth 1 --recursive https://github.com/gildas-lormeau/SingleFile.git
+
+cd SingleFile
+
+npm install
+
+cd cli
+
+chmod +x single-file