From f6d443afad0af654b8462c9b0143aebb5cf296bc Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Wed, 20 Jul 2022 21:21:26 +0530 Subject: making the script executable + typo --- arch-magik.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 arch-magik.sh diff --git a/arch-magik.sh b/arch-magik.sh old mode 100644 new mode 100755 index e833a2e..22f753e --- a/arch-magik.sh +++ b/arch-magik.sh @@ -31,7 +31,8 @@ fi echo "Enter the root partition: " read rpartition mkfs.ext4 $rpartition -read -p "Did you also create a home partition? [y/n]" answer + +read -p "Did you also create a home partition? [y/n]" answerhome if [[ $answerhome = y ]] ; then echo "Enter the home partition: " read hpartition -- cgit v1.2.3