mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -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
|
||||
{
|
||||
program = "sh";
|
||||
arguments = QStringList( { "-c" } );
|
||||
program = "env";
|
||||
arguments << args.join( ' ' );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue