From aeee389301cbcf7f1ff4a5de57713074433e5c44 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Wed, 17 Apr 2019 20:04:08 +0200 Subject: [PATCH] fix --- install.sh | 2 +- readme.md | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/install.sh b/install.sh index 9375c8c..c349fc3 100755 --- a/install.sh +++ b/install.sh @@ -23,7 +23,7 @@ fi _cwd="$(pwd)" . bin/upgrade.sh -. bin/bash.sh +# . bin/bash.sh . bin/misc.sh . bin/dotfiles.sh . bin/user.sh diff --git a/readme.md b/readme.md index 6e591d2..6ffb9c6 100644 --- a/readme.md +++ b/readme.md @@ -36,14 +36,23 @@ apk add git git clone https://figureslibres.io/gogs/bachir/alpine-web-werver.git ``` -3 run the script as root +3 you have to be root ``` su -cd alpine-web-server -. install.sh - ``` -4 all script in bin/ can be ran seperatly, but from the repos source exclusively + +4 install bash +``` +cd alpine-web-server +. bin/bash +``` + +5 run the full install +``` +. install.sh +``` + +all script in bin/ can be ran seperatly, but from the repos source exclusively ``` . bin/misc.sh ```