uninstall-help for Debian (#444)

use the Ubuntu uninstall-help also when "_distro" is set to Debian like in the installation part
This commit is contained in:
zecktos
2022-03-09 15:37:23 +01:00
committed by GitHub
parent 961a5b0857
commit d7541e00b4

View File

@@ -516,7 +516,7 @@ if [ "$1" = "uninstall-help" ]; then
cd "$_where"
if [ "$_distro" = "Ubuntu" ]; then
if [[ "$_distro" =~ ^(Ubuntu|Debian)$ ]]; then
msg2 "List of installed custom tkg kernels: "
dpkg -l "*tkg*" | grep "linux.*tkg"
dpkg -l "*linux-libc-dev*" | grep "linux.*tkg"