commit 7e03e8afbb8394b2072e861310c8721fd1ba876d
parent 2a07f23b1c4e70ea7d66c67deadbd7b08bf41b74
Author: Luke Smith <luke@lukesmith.xyz>
Date: Wed, 1 Aug 2018 01:21:21 -0400
mkfs no longer requires consent
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/arch.sh b/src/arch.sh
@@ -12,7 +12,7 @@ NC='\033[0m'
dialog --defaultno --title "DON'T BE A BRAINLET!" --yesno "This is an Arch install script that is very rough around the edges.\n\nOnly run this script if you're a big-brane who doesn't mind deleting your entire /dev/sda drive.\n\nThis script is only really for me so I can autoinstall Arch.\n\nt. Luke" 15 60 || exit
-dialog --defaultno --title "DON'T BE A BRAINLET!" --yesno "Do you think I'm meming? Only select yes to DELET your entire /dev/sda and reinstall Arch.\n\nTo stop this script, press no." 10 60 || exit
+dialog --defaultno --title "DON'T BE A BRAINLET!" --yesno "Do you think I'm meming? Only select yes to DELET your entire /dev/sda and reinstall Arch.\n\nTo stop this script, press no." 10 60 || exit
dialog --no-cancel --inputbox "Enter a name for your computer." 10 60 2> comp