diff --git a/installer.sh.in b/installer.sh.in index f9b311a..2e6e31c 100644 --- a/installer.sh.in +++ b/installer.sh.in @@ -1342,7 +1342,7 @@ menu_source() { DIALOG --title " Select installation source " \ --menu "$MENULABEL" 8 70 0 \ "Local" "Packages from ISO image" \ - "Network" "Packages from official remote reposity" + "Network" "Base system only, downloaded from official reposity" case "$(cat $ANSWER)" in "Local") src="local";; "Network") src="net";