From 4a78dbe56ec4ce07c85aa72ea2003054d5d3c1f4 Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Thu, 18 Jan 2024 12:49:02 +0100 Subject: [PATCH] fix: reboot,shutdown and poweroff links fails to create due to existing in place --- recipe.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipe.yml b/recipe.yml index eb3b387..db65cbb 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 + - 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