diff options
-rwxr-xr-x[-rw-r--r--] | arch-magik.sh | 3 |
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 |