Skip to content

Commit

Permalink
Add missing polkit package
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Feb 12, 2024
1 parent 2c3f0e0 commit 25b52b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ modules:
packages:
- dpkg-dev
- build-essential

- name: systemd
type: apt
source:
Expand Down Expand Up @@ -91,6 +91,7 @@ modules:
- libglx-mesa0
- libvulkan1
- mesa-vulkan-drivers
- policykit-1

- name: vanilla-tools
type: shell
Expand Down Expand Up @@ -119,7 +120,7 @@ modules:
# custom binaries
- chmod +x /usr/bin/abroot
- chmod +x /usr/bin/vso

# core binaries
- rm /usr/sbin/shutdown
- rm /usr/sbin/reboot
Expand All @@ -130,7 +131,7 @@ modules:
- chmod +x /usr/sbin/shutdown
- chmod +x /usr/sbin/reboot
- chmod +x /usr/sbin/poweroff

# shell binaries
- chmod +x /usr/bin/os-shell
- chmod +x /usr/bin/host-shell
Expand Down

0 comments on commit 25b52b8

Please sign in to comment.