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 ```