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