From 76ca1adc64ed97699968e09e0c3cfcfe80a66b9c Mon Sep 17 00:00:00 2001 From: Erisa A Date: Mon, 23 Dec 2024 16:47:55 +0000 Subject: [PATCH] scripts/installer.sh: accept different capitalisation of deepin (#14463) Newer Deepin Linux versions use `deepin` as their ID, older ones used `Deepin`. Fixes #13570 Signed-off-by: Erisa A --- scripts/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index 6e530fefe..c42ff03ea 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -154,7 +154,7 @@ main() { APT_KEY_TYPE="keyring" fi ;; - Deepin) # https://github.com/tailscale/tailscale/issues/7862 + Deepin|deepin) # https://github.com/tailscale/tailscale/issues/7862 OS="debian" PACKAGETYPE="apt" if [ "$VERSION_ID" -lt 20 ]; then