From a8df7e2d94b045684dc86f3bc592e43c34759852 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 9 Sep 2020 11:34:24 +0200 Subject: [PATCH] added branchtype --- Vars.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Vars.md b/Vars.md index ac346a9..ea6b57a 100644 --- a/Vars.md +++ b/Vars.md @@ -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