Skip to content

Commit

Permalink
Update run
Browse files Browse the repository at this point in the history
  • Loading branch information
drizuid authored Oct 17, 2023
1 parent ecfd765 commit c7f6b1d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ if [ ! -L /usr/lib/x86_64-linux-gnu/libxkbcommon.so.0 ]; then
PACKAGES="libxkbcommon0 ${PACKAGES}"
fi

if [ ! -L /usr/lib/x86_64-linux-gnu/libnss3.so ]; then
PACKAGES="libnss3-dev ${PACKAGES}"
fi

if [ ! -L /usr/lib/x86_64-linux-gnu/libOpenGL.so.0 ]; then
PACKAGES="libopengl0 ${PACKAGES}"
fi
Expand Down

0 comments on commit c7f6b1d

Please sign in to comment.