Use our pkg helpers consistently

This commit is contained in:
David Heinemeier Hansson
2026-02-21 09:52:17 +01:00
parent c6ac6de366
commit d2acf3b6ba
13 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ else
# Install required packages
print_info "Installing required packages..."
sudo pacman -S --noconfirm --needed fprintd usbutils
omarchy-pkg-add fprintd usbutils
if ! check_fingerprint_hardware; then
exit 1