From 81695461b4462f109f64d74e8bcc83c104af7c3c Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sat, 14 Jan 2017 11:02:37 +0100 Subject: [PATCH] fixing --- auto.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/auto.sh b/auto.sh index 7d1a9e9..bddd6c6 100644 --- a/auto.sh +++ b/auto.sh @@ -8,6 +8,10 @@ fi 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 @@ -30,15 +34,15 @@ useradd webssh mkdir /home/webssh -chmod 770 -R /home/webssh +chmod 770 -R /home/webssh/ -chown -R webssh /home/webssh +chown -cR webssh:webssh /home/webssh/ -passwd "webssh <