Add repo override in netinstall.sh

This commit is contained in:
Ben Peddell 2020-08-20 09:38:24 +10:00 committed by GitHub
parent 292e5c9137
commit ffe419d538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; ;;
*)