소스 검색

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