From 944885fc053a30f62145ff30ff01561aad8bb318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20=C3=87olako=C4=9Flu?= Date: Thu, 1 Apr 2021 08:36:49 +0300 Subject: [PATCH] Packages updated --- arch-setup/arch-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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