Browse Source

feat: update supported debian version, resolve #117 #121 (#112)

ParaN3xus 1 year ago
parent
commit
e0dd6a0e5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      warp.sh

+ 1 - 1
warp.sh

@@ -161,7 +161,7 @@ Install_WARP_Client_Debian() {
         esac
     elif [[ ${SysInfo_OS_Name_lowercase} = debian ]]; then
         case ${SysInfo_OS_CodeName} in
-        buster | bullseye) ;;
+        bookworm | buster | bullseye) ;;
         *)
             log ERROR "This operating system is not supported."
             exit 1