Skip to content

Commit

Permalink
add libegl1-mesa
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Nov 22, 2023
1 parent c5bb8a7 commit ec517a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function run() {
if (process.platform === 'linux') {
await exec.exec('sudo apt-get update')
await exec.exec(
'sudo apt-get install -y libegl1 libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 x11-utils libxcb-cursor0 libopengl0'
'sudo apt-get install -y libegl1 libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 x11-utils libxcb-cursor0 libopengl0 libegl1-mesa'
)
}
} catch (error) {
Expand Down

0 comments on commit ec517a2

Please sign in to comment.