瀏覽代碼

fix: deb12

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

+ 2 - 0
install.sh

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