Skip to content

Commit 8684d62

Browse files
authored
use common packages instead (#24)
1 parent 7928e25 commit 8684d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ echo "Installing debloated packages..."
3838
echo "---------------------------------------------------------------"
3939
wget --retry-connrefused --tries=30 "$EXTRA_PACKAGES" -O ./get-debloated-pkgs.sh
4040
chmod +x ./get-debloated-pkgs.sh
41-
./get-debloated-pkgs.sh --add-mesa gtk3-mini opus-mini libxml2-mini gdk-pixbuf2-mini
41+
./get-debloated-pkgs.sh --add-common
4242

4343
# Make librashader
4444
echo "Making extra dependencies..."

0 commit comments

Comments
 (0)