diff --git a/usr/bin/archboot-update-installer.sh b/usr/bin/archboot-update-installer.sh index 6785b6581..9ca9b25e1 100755 --- a/usr/bin/archboot-update-installer.sh +++ b/usr/bin/archboot-update-installer.sh @@ -78,7 +78,7 @@ fi # Launch xfce if [[ "${_L_XFCE}" == "1" ]]; then - echo -e "\033[1mStep 1/1:\033[0m Preparing XFCE desktop ${_W_DIR} now ..." + echo -e "\033[1mStep 1/1:\033[0m Preparing XFCE desktop now ..." echo " This will need some time ..." _launch_xfce >/dev/tty7 2>&1 fi