mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-25 15:58:27 +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
|
for arg in "$@"; do
|
||||||
case "$arg" in
|
case "$arg" in
|
||||||
--verbose) output=/dev/fd/1; ;;
|
--verbose) output=/dev/fd/1; ;;
|
||||||
--output=*) output="${1#--output=}"; ;;
|
--output=*) output="${arg#--output=}"; ;;
|
||||||
--unstable) unstable=1; ;;
|
--unstable) unstable=1; ;;
|
||||||
|
--repo=*) arkstGithubRepo="${arg#--repo=}"; ;;
|
||||||
--perform-user-install) userinstall2=yes; ;;
|
--perform-user-install) userinstall2=yes; ;;
|
||||||
--yes-i-really-want-to-perform-a-user-install) userinstall=yes; ;;
|
--yes-i-really-want-to-perform-a-user-install) userinstall=yes; ;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user