Update 'Vars.md'

This commit is contained in:
bprieshof
2019-09-15 23:12:43 +02:00
parent f4775268a2
commit c016e7b5ab

18
Vars.md
View File

@@ -1,4 +1,22 @@
# Standard variable definition
## Git-Repo
### repo: defines repo where the script is pulling from
Options
```
repo=https://git.ictmaatwerk.com/VPS-scripts/<Repo name>
```
### branch: defines branch where the script is pulling from (requires repo to be set)
Options
```
branch=<Branch name>
```
Usage
```
wget -t7 "$repo"/raw/branch/"$branch"/installer.sh
```
## Package manager
### PKGM: defines package manager