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; }
|
[[ "$confirm" == "YES" ]] || { echo "Aborted."; exit 1; }
|
||||||
|
|
||||||
# Ensure required packages
|
# Ensure required packages
|
||||||
pacman -Sy --NOconfirm parted cryptsetup libfido2 pam-u2f
|
pacman -Sy --noconfirm parted cryptsetup libfido2 pam-u2f
|
||||||
|
|
||||||
# Ask for drive
|
# Ask for drive
|
||||||
lsblk
|
lsblk
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue