This commit is contained in:
2019-04-17 20:04:08 +02:00
parent 0972cce227
commit aeee389301
2 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ fi
_cwd="$(pwd)" _cwd="$(pwd)"
. bin/upgrade.sh . bin/upgrade.sh
. bin/bash.sh # . bin/bash.sh
. bin/misc.sh . bin/misc.sh
. bin/dotfiles.sh . bin/dotfiles.sh
. bin/user.sh . bin/user.sh
+14 -5
View File
@@ -36,14 +36,23 @@ apk add git
git clone https://figureslibres.io/gogs/bachir/alpine-web-werver.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 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 . bin/misc.sh
``` ```