Skip to content

Commit 61bcf00

Browse files
authored
Update get-dependencies.sh
1 parent b3e4b69 commit 61bcf00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

get-dependencies.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ ARCH=$(uname -m)
66

77
echo "Installing package dependencies..."
88
echo "---------------------------------------------------------------"
9-
pacman -Syu --noconfirm secrets \
10-
libcups \
11-
libusb
9+
pacman -Syu --noconfirm secrets
1210

1311
echo "Installing debloated packages..."
1412
echo "---------------------------------------------------------------"

0 commit comments

Comments
 (0)