From 30f6ea1a17150ac19b4925b02b49d02cb31df385 Mon Sep 17 00:00:00 2001 From: Mohammed Ennaceur Date: Mon, 24 Aug 2026 20:06:51 +0000 Subject: [PATCH] Minor: Added warning to installer.sh Added text to menu_source that reminds users to install from local if using the XFCE live disk. Quite minor. --- installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.sh b/installer.sh index d83f0a8c1..1935fc453 100755 --- a/installer.sh +++ b/installer.sh @@ -1506,8 +1506,8 @@ menu_source() { local src= DIALOG --title " Select installation source " \ - --menu "$MENULABEL" 8 70 0 \ - "Local" "Packages from ISO image" \ + --menu "$MENULABEL" 8 80 0 \ + "Local" "Packages from ISO image, ${BOLD}${RED}use if installing from XFCE live disk" \ "Network" "Base system only, downloaded from official repository" case "$(cat $ANSWER)" in "Local") src="local";;