summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-07-20 21:21:26 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-07-20 21:21:26 +0530
commitf6d443afad0af654b8462c9b0143aebb5cf296bc (patch)
tree30e94380ca25eca2a247b8115e465464971661d1
parent006df773dc60ec5fd242bddd2cf95c500d79fbf9 (diff)
making the script executable + typo
-rwxr-xr-x[-rw-r--r--]arch-magik.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch-magik.sh b/arch-magik.sh
index e833a2e..22f753e 100644..100755
--- 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