[postcfg] add noconfirm for pacman cmd in officechooser
This commit is contained in:
parent
d0531c8beb
commit
147e6fb580
@ -117,7 +117,7 @@ class ConfigController:
|
||||
libcalamares.utils.warning("no office suite selected, {!s}".format(office_package))
|
||||
else:
|
||||
# For PoC we added the Office Packages to mhwd-live overlay in 18.1-rc7
|
||||
cmd = ["pacman", "-S", office_package, "--config", "/opt/pacman-mhwd.conf" ]
|
||||
cmd = ["pacman", "-S", office_package, "--noconfirm", "--config", "/opt/pacman-mhwd.conf" ]
|
||||
self.mount("opt")
|
||||
self.mount("etc/resolv.conf")
|
||||
target_env_call(cmd)
|
||||
|
Loading…
Reference in New Issue
Block a user