Autosetup: but not NOconfirm

main
The_miro 2025-11-29 04:01:27 +01:00
parent 94f45ae105
commit 30eb05feab
1 changed files with 1 additions and 1 deletions

View File

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