Bachir Soussi Chiadmi 5 years ago
parent
commit
aeee389301
2 changed files with 13 additions and 4 deletions
  1. 1 1
      install.sh
  2. 12 3
      readme.md

+ 1 - 1
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

+ 12 - 3
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
+```
+
+4 install bash
+```
 cd alpine-web-server
-. install.sh
+. bin/bash
+```
 
+5 run the full install
+```
+. install.sh
 ```
-4 all script in bin/ can be ran seperatly, but from the repos source exclusively
+
+all script in bin/ can be ran seperatly, but from the repos source exclusively
 ```
 . bin/misc.sh
 ```