Skip to content

Commit

Permalink
Match new chrome requirements only
Browse files Browse the repository at this point in the history
  • Loading branch information
jontewks committed May 23, 2023
1 parent 3a3bf5a commit 67c0a12
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -58,25 +58,31 @@ mkdir -p "$APT_CACHE_DIR/archives/partial"
mkdir -p "$APT_STATE_DIR/lists/partial"

PACKAGES="
fonts-liberation
libappindicator3-1
gconf-service
libappindicator1
libasound2
libatk-bridge2.0-0
libatk1.0-0
libatk-bridge2.0-0
libcairo-gobject2
libdrm2
libgbm1
libgconf-2-4
libgtk-3-0
libnspr4
libnss3
libx11-xcb1
libxcb-dri3-0
libxcomposite1
libxcursor1
libxdamage1
libxfixes3
libxi6
libxinerama1
libxrandr2
libxshmfence1
libxss1
libxtst6
xdg-utils
fonts-liberation
"
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"
Expand Down

0 comments on commit 67c0a12

Please sign in to comment.