Browse Source

Packages updated

main
Yiğit Çolakoğlu 4 years ago
parent
commit
944885fc05
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      arch-setup/arch-setup.sh

+ 1
- 1
arch-setup/arch-setup.sh View File

@ -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


Loading…
Cancel
Save