i3/powermenu: don't assume systemd-sysvcompat is installed

This commit is contained in:
2017-10-03 10:17:17 +01:00
parent b6144f8019
commit 3ce722f60a
+1 -1
View File
@@ -11,7 +11,7 @@ case $option in
windows)
windows=`efibootmgr | grep -Po -m1 'Boot\K(\d{4}).*Windows.*' | head -c4`
sudo efibootmgr -n $windows
reboot;;
systemctl reboot;;
esac
exit 0