Skip to content

Commit c91ec13

Browse files
authored
Update get-dependencies.sh
1 parent 1a236ce commit c91ec13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

get-dependencies.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ ARCH=$(uname -m)
77
echo "Installing package dependencies..."
88
echo "---------------------------------------------------------------"
99
pacman -Syu --noconfirm secrets \
10-
libcups
10+
libcups \
11+
libusb
1112

1213
echo "Installing debloated packages..."
1314
echo "---------------------------------------------------------------"

0 commit comments

Comments
 (0)