Update setup/arch-auto-install-new-cgpt.sh.old

main
The_miro 2025-12-11 08:45:42 +01:00
parent 63b7dc3268
commit 5066bf210a
1 changed files with 4 additions and 1 deletions

View File

@ -152,10 +152,13 @@ if [[ "$FIDO_USER" == "YES" ]]; then
echo "auth required pam_u2f.so" >> /etc/pam.d/system-auth
fi
EOF
echo "==============================================="
echo "Input Summary"
echo "==============================================="
echo $FIDO_USER
echo $FIDO_ROOT
echo $FIDO_USER_COUNT
echo $FIDO_LUKS_COUNT
echo "==============================================="
echo "Installation complete! Unmount and reboot."