installer.sh.in: clarify 'Network' source

Closes: #45 [via git-merge-pr]
This commit is contained in:
Robert Lowry 2019-02-18 16:10:06 -06:00 committed by Michael Aldridge
parent b795f541a6
commit 7b6fdc6003

View File

@ -1342,7 +1342,7 @@ menu_source() {
DIALOG --title " Select installation source " \ DIALOG --title " Select installation source " \
--menu "$MENULABEL" 8 70 0 \ --menu "$MENULABEL" 8 70 0 \
"Local" "Packages from ISO image" \ "Local" "Packages from ISO image" \
"Network" "Packages from official remote reposity" "Network" "Base system only, downloaded from official reposity"
case "$(cat $ANSWER)" in case "$(cat $ANSWER)" in
"Local") src="local";; "Local") src="local";;
"Network") src="net"; "Network") src="net";