Autosetup: but not NOconfirm
parent
94f45ae105
commit
30eb05feab
|
|
@ -8,7 +8,7 @@ read -rp "Type 'YES' to continue: " confirm
|
|||
[[ "$confirm" == "YES" ]] || { echo "Aborted."; exit 1; }
|
||||
|
||||
# Ensure required packages
|
||||
pacman -Sy --NOconfirm parted cryptsetup libfido2 pam-u2f
|
||||
pacman -Sy --noconfirm parted cryptsetup libfido2 pam-u2f
|
||||
|
||||
# Ask for drive
|
||||
lsblk
|
||||
|
|
|
|||
Loading…
Reference in New Issue