added branchtype

This commit is contained in:
Bram Prieshof
2020-09-09 11:34:24 +02:00
parent 4bca0bf4af
commit a8df7e2d94

12
Vars.md
View File

@@ -18,6 +18,18 @@ Usage
wget -t7 "$repo"/raw/branch/"$branch"/installer.sh
```
### branchtype: defines type branch where the script is pulling from (requires repo and branch to be set)
Options
```
branchtype=branch # to pull a normal branch
branchtype=tag # to pull a release/tagged version
```
Usage
```
wget -t7 "$repo"/raw/"$branchtype"/"$branch"/installer.sh
```
## Package manager
### PKGM: defines package manager
Options