Skip to content

Commit f9b9e06

Browse files
authored
Add libcups
1 parent ff57c49 commit f9b9e06

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
@@ -6,7 +6,8 @@ ARCH=$(uname -m)
66

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

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

0 commit comments

Comments
 (0)