From 33ab3e799c3f253cfcf278bd07155cff3562b63d Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Wed, 16 Oct 2024 12:09:40 +0200 Subject: [PATCH] install.sh aktualisiert --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 7dbac85..14f6ee3 100644 --- a/install.sh +++ b/install.sh @@ -64,6 +64,10 @@ sudo bash /root/remove_unused_kernel.sh -u -e >/dev/null 2>&1 rm /root/remove_unused_kernel.sh >/dev/null 2>&1 echo -e "${GREEN}✔${NC} Old kernels cleaned up..." +echo -e "${RED}→${NC} Cleaning up installer..." +rm ./rps-light-pxe >/dev/null 2>&1 +echo -e "${GREEN}✔${NC} Installer cleaned up..." + echo -e "${GREEN}✔${NC} Installation complete. Press any key to reboot." read -n 1 -s sudo reboot