Skip to content

Commit

Permalink
fix: reboot,shutdown and poweroff links fails to create due to existi…
Browse files Browse the repository at this point in the history
…ng in place
  • Loading branch information
mirkobrombin authored Jan 18, 2024
1 parent 15adb93 commit 4a78dbe
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
- rm /usr/sbin/shutdown
- rm /usr/sbin/reboot
- rm /usr/sbin/poweroff
- 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
Expand Down

0 comments on commit 4a78dbe

Please sign in to comment.