From d7541e00b4e6135cab09337c867ffe4568ec49a3 Mon Sep 17 00:00:00 2001 From: zecktos Date: Wed, 9 Mar 2022 15:37:23 +0100 Subject: [PATCH] uninstall-help for Debian (#444) use the Ubuntu uninstall-help also when "_distro" is set to Debian like in the installation part --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2c6de0e..2601486 100755 --- a/install.sh +++ b/install.sh @@ -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"