Sfoglia il codice sorgente

installer.sh.in: clarify 'Network' source

Closes: #45 [via git-merge-pr]
Robert Lowry 6 anni fa
parent
commit
7b6fdc6003
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      installer.sh.in

+ 1 - 1
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";