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 64ce5c0 commit 72b19f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [ ! -L /usr/lib/x86_64-linux-gnu/libxkbcommon.so.0 ]; then
fi

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

if [ ! -L /usr/lib/x86_64-linux-gnu/libOpenGL.so.0 ]; then
Expand Down

0 comments on commit 72b19f5

Please sign in to comment.