diff --git a/install.sh b/install.sh index 3485d623..d0fe6ff5 100755 --- a/install.sh +++ b/install.sh @@ -118,8 +118,8 @@ show_subtext "You're done! So we're ready to reboot now..." if sudo test -f /etc/sudoers.d/99-omarchy-installer; then sudo rm -f /etc/sudoers.d/99-omarchy-installer &>/dev/null echo - read -n 1 -s -r -p "Remove the USB installer then press any key to reboot..." - echo + printf "Remove the USB installer then press Enter to reboot..." + read dummy fi sleep 2