mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Try running no-chroot commands in env rather than sh -c.
This commit is contained in:
parent
8573bebc58
commit
a4ea7e65a2
1 changed files with 1 additions and 2 deletions
|
@ -149,8 +149,7 @@ System::targetEnvOutput( const QStringList& args,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
program = "sh";
|
program = "env";
|
||||||
arguments = QStringList( { "-c" } );
|
|
||||||
arguments << args.join( ' ' );
|
arguments << args.join( ' ' );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue