支持内核卸载

This commit is contained in:
2024-04-25 20:38:57 +08:00
parent 8a362b0548
commit aab5b67836
9 changed files with 72 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
rm /tmp/gxde-kernel-manager-installer-status -f
apt purge ${KernelList} -y
rm -f "${kernelInstallerShellTempPath}"