mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-11 18:48:26 +00:00
Add repo override in netinstall.sh
This commit is contained in:
parent
292e5c9137
commit
ffe419d538
@ -19,8 +19,9 @@ installservice=
|
||||
for arg in "$@"; do
|
||||
case "$arg" in
|
||||
--verbose) output=/dev/fd/1; ;;
|
||||
--output=*) output="${1#--output=}"; ;;
|
||||
--output=*) output="${arg#--output=}"; ;;
|
||||
--unstable) unstable=1; ;;
|
||||
--repo=*) arkstGithubRepo="${arg#--repo=}"; ;;
|
||||
--perform-user-install) userinstall2=yes; ;;
|
||||
--yes-i-really-want-to-perform-a-user-install) userinstall=yes; ;;
|
||||
*)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user