From 15adb932605f4641feb2d9ce5bd484ac09463f36 Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Thu, 18 Jan 2024 12:47:31 +0100 Subject: [PATCH] feat: export shutdown,reboot and poweroff from host --- recipe.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipe.yml b/recipe.yml index eb1c095..eb3b387 100644 --- a/recipe.yml +++ b/recipe.yml @@ -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