diff --git a/arch-setup/arch-setup.sh b/arch-setup/arch-setup.sh index 0c0d3e02..25fb3a1c 100755 --- a/arch-setup/arch-setup.sh +++ b/arch-setup/arch-setup.sh @@ -59,7 +59,7 @@ echo "[INFO]: Formatting boot partition" mkfs.fat -F32 $boot echo -n "[INFO]: Would you like to enrypt your disks?(Y/n): " -read $encryption +read encryption if [ ! "$encryption" = "n" ]; then # Create the swap partition