We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527a88e commit a95afe7Copy full SHA for a95afe7
installer.mjs
@@ -167,7 +167,7 @@ function platformUnpacker(platformData = windowsPlatform) {
167
.then(() => {
168
const system = system_installer.packager();
169
const toInstall = (system.packager == 'yum' || system.packager == 'dnf') ?
170
- 'glibc.i686' : ['libc6-i386', 'libc6-udeb'];
+ 'glibc.i686' : 'libc6-i386';
171
if (process.platform == 'linux')
172
system_installer.installer(toInstall).then(() => {
173
return resolve('linux');
0 commit comments