From 5b8423f05e1cec4e8c62821abcf1ab79bc20154f Mon Sep 17 00:00:00 2001 From: Jon Tewksbury Date: Tue, 9 Aug 2022 13:22:47 -0500 Subject: [PATCH] Try without giant library --- bin/compile | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/compile b/bin/compile index 73be6e0..1f5ab63 100755 --- a/bin/compile +++ b/bin/compile @@ -76,7 +76,6 @@ PACKAGES=" libxrandr2 libxss1 libxtst6 - xdg-utils " APT_OPTIONS="-o debug::nolocking=true -o dir::cache=$APT_CACHE_DIR -o dir::state=$APT_STATE_DIR" APT_FLAGS="--allow-downgrades --allow-remove-essential --allow-change-held-packages"