Skip to content

Commit e263472

Browse files
authored
Merge pull request #62 from Czaki/libopengl0
Add libopengl0 to list of libraries
2 parents 993901f + ec517a2 commit e263472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async function run() {
1010
if (process.platform === 'linux') {
1111
await exec.exec('sudo apt-get update')
1212
await exec.exec(
13-
'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'
13+
'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'
1414
)
1515
}
1616
} catch (error) {

0 commit comments

Comments
 (0)