fix
This commit is contained in:
parent
1510811a68
commit
39b42fb6e4
1 changed files with 7 additions and 5 deletions
10
auto.sh
Normal file → Executable file
10
auto.sh
Normal file → Executable file
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
if [[ $EUID -ne 0 ]]; then
|
||||
echo "This script must be run as root" 1>&2
|
||||
exit 1
|
||||
|
@ -10,11 +12,11 @@ apt-get install git libssl-dev libpam0g-dev zlib1g-dev dh-autoreconf
|
|||
|
||||
pacman -S git openssl autoconf automake make gcc
|
||||
|
||||
sleep 5
|
||||
|
||||
cd /opt/
|
||||
|
||||
git clone https://github.com/simono41/shellinabox.git && cd shellinabox
|
||||
git clone https://github.com/simono41/shellinabox.git
|
||||
|
||||
cd shellinabox
|
||||
|
||||
autoreconf -i
|
||||
|
||||
|
@ -45,4 +47,4 @@ webssh
|
|||
webssh
|
||||
EOT
|
||||
|
||||
systemctl start shellinabox.service
|
||||
systemctl start shellinabox.service &
|
||||
|
|
Loading…
Reference in a new issue