Use something safe in the arch-chroot

This commit is contained in:
David Heinemeier Hansson 2025-08-23 22:36:38 +02:00
parent 76c94e2604
commit b4b8788c14

View File

@ -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