Skip to content

Commit

Permalink
scripts: Add polkit update to systemd update script
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Apr 4, 2018
1 parent 8da9ce9 commit 6942895
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/update-systemd-from-27-to-238.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ bee update -f util-linux-2.31.1-1 xorg-server pulseaudio libgudev libusb xf86-in
bee remove systemd-27-0.x86_64
bee update -f systemd-238-0
bee install udev_compat-1.0-0 qtwebkit-5.9.0-0
bee install js-38.2.1-0
bee update polkit
systemctl daemon-reload
systemctl disable console-kit-daemon
# systemctl restart polkit.service # we are going to reboot anyway

sed -i '/pam_ck_connector.so/d' /etc/pam.d/system-auth
sed -i 's/required pam_systemd.so create-session=1 kill-user=0 kill-session=0/optional pam_systemd.so/' /etc/pam.d/system-auth
Expand Down

0 comments on commit 6942895

Please sign in to comment.