From d3f2cbff6d79096cbc25365147ea46bad64a12af Mon Sep 17 00:00:00 2001 From: sulincix Date: Tue, 16 Jul 2024 22:45:49 +0000 Subject: [PATCH] Update customize-airootfs.sh --- aleyna/customize-airootfs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/aleyna/customize-airootfs.sh b/aleyna/customize-airootfs.sh index 370bef5..601290f 100755 --- a/aleyna/customize-airootfs.sh +++ b/aleyna/customize-airootfs.sh @@ -5,6 +5,7 @@ cd /tmp yes | apt install --reinstall usrmerge busybox-static -yq # rm not found bug if exists +export PATH=/sbin:/bin:/usr/sbin:/usr/bin [[ -f /bin/rm ]] || ln -s /bin/busybox /bin/rm ### Instally 17g and other stuff