Skip to content

Commit

Permalink
feat: export shutdown,reboot and poweroff from host
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Jan 18, 2024
1 parent 1d65977 commit 15adb93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ modules:
- ln -s /usr/bin/host-shell /usr/bin/apx
- ln -s /usr/bin/host-shell /usr/bin/ikaros
- ln -s /usr/bin/host-shell /usr/bin/vanilla-sideload
- ln -s /usr/bin/host-shell /usr/sbin/shutdown
- ln -s /usr/bin/host-shell /usr/sbin/reboot
- ln -s /usr/bin/host-shell /usr/sbin/poweroff
- sh /usr/share/apx/distrobox/gen-distrobox-links
- chmod +x /usr/bin/os-shell
- chmod +x /usr/bin/host-shell
Expand Down

0 comments on commit 15adb93

Please sign in to comment.