We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ccb1f commit d772273Copy full SHA for d772273
1 file changed
src/modules/base/start_chroot_script
@@ -39,8 +39,11 @@ if [ "${BASE_DISTRO}" == "ubuntu" ]; then
39
40
apt_update_skip
41
apt-get install -y net-tools wireless-tools dhcpcd5
42
- if [ $( is_in_apt policykit-1 ) -eq 1 ]; then
43
- apt-get -y install policykit-1
+ if [ $( is_in_apt polkitd ) -eq 1 ]; then
+ apt-get -y install polkitd
44
+ fi
45
+ if [ $( is_in_apt pkexec ) -eq 1 ]; then
46
+ apt-get -y install pkexec
47
fi
48
49
# prevent any installed services from automatically starting
0 commit comments