Skip to content

Commit

Permalink
Anki: add cinerama app dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iainelder committed Nov 12, 2024
1 parent dde8415 commit 937164c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion programs/anki/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# https://apps.ankiweb.net/
# https://github.com/ankitects/anki/releases
# https://gist.github.com/lukechilds/a83e1d7127b78fef38c2914c4ececc3c#gistcomment-2574561
# libxcb-cinerama0: https://github.com/NVlabs/instant-ngp/discussions/300

set -euxo pipefail

Expand Down Expand Up @@ -48,7 +49,8 @@ xdg-utils \
libnss3 \
libxkbcommon0 \
libxdamage1 \
libasound2
libasound2 \
libxcb-xinerama0

sudo ./install.sh

Expand Down

0 comments on commit 937164c

Please sign in to comment.