Browse Source

Update easyinstall

PowerMX 4 years ago
parent
commit
26240606d5
1 changed files with 4 additions and 2 deletions
  1. 4 2
      easyinstall

+ 4 - 2
easyinstall

@@ -1,8 +1,10 @@
 #!/bin/bash
 #!/bin/bash
 echo "#!/bin/bash
 echo "#!/bin/bash
-if [ "'$1'" == hello ]
+if [ "'$1'" == uninstall ]
 then
 then
-echo 'hello'
+echo 'Desinstalando badvpn'
+rm /bin/badvpn && rm /bin/badvpn-udpgw
+echo 'Desinstalacion completa'
 fi
 fi
 if [ "'$1'" == start ]
 if [ "'$1'" == start ]
 then
 then