From 7e03e8afbb8394b2072e861310c8721fd1ba876d Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 1 Aug 2018 01:21:21 -0400 Subject: [PATCH] mkfs no longer requires consent --- src/arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch.sh b/src/arch.sh index 0b54f56..69109c9 100755 --- 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