瀏覽代碼

fix: install if deb12

micha 6 月之前
父節點
當前提交
a03c0067db
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -41,7 +41,7 @@ apt install -y $pkg
 OPTION=""
 I=$(lsb_release -r | cut -f 2);
 echo $I
-if [ "x$I"=="x12" ]; then
+if [ "x$I" = "x12" ]; then
     OPTION="--break-system-packages"
     echo "OK $OPTION"
 fi