[feat] Initial work for running setup through proxy

This commit is contained in:
William Wernert
2020-05-22 11:40:16 -04:00
parent 967148890c
commit b029d9aca6
4 changed files with 58 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ fi
setterm -blank 0
if (whiptail_you_sure); then
if [ "$setup_type" == 'iso' ] || (whiptail_you_sure); then
true
else
echo "User cancelled setup." >> $setup_log 2>&1
@@ -241,6 +241,11 @@ fi
whiptail_make_changes
if [[ $# -gt 1 ]]; then
set -- "${@:2}"
parse_options "$@"
fi
if [[ "$setup_type" == 'iso' ]]; then
# Init networking so rest of install works
set_hostname_iso