install.sh aktualisiert

This commit is contained in:
2024-10-16 12:09:40 +02:00
parent a7e26b8017
commit 33ab3e799c

View File

@@ -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 rm /root/remove_unused_kernel.sh >/dev/null 2>&1
echo -e "${GREEN}${NC} Old kernels cleaned up..." 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." echo -e "${GREEN}${NC} Installation complete. Press any key to reboot."
read -n 1 -s read -n 1 -s
sudo reboot sudo reboot