diff --git a/archinstall.sh b/archinstall.sh index 3c7caa5..05c67ae 100755 --- a/archinstall.sh +++ b/archinstall.sh @@ -62,7 +62,7 @@ while getopts 'k:d:n:m:l:h:bc?' flag; do m) keymap="${OPTARG}" ;; t) timezone="${OPTARG}" ;; b) systype="i386-pc" ;; - c) encryption=0 + c) encryption=0 ;; h) hostname="${OPTARG}" ;; ?) show_help ;; *) show_help ;;