Skip to content

Commit a95afe7

Browse files
committed
Revert installer.mjs
1 parent 527a88e commit a95afe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function platformUnpacker(platformData = windowsPlatform) {
167167
.then(() => {
168168
const system = system_installer.packager();
169169
const toInstall = (system.packager == 'yum' || system.packager == 'dnf') ?
170-
'glibc.i686' : ['libc6-i386', 'libc6-udeb'];
170+
'glibc.i686' : 'libc6-i386';
171171
if (process.platform == 'linux')
172172
system_installer.installer(toInstall).then(() => {
173173
return resolve('linux');

0 commit comments

Comments
 (0)