Sfoglia il codice sorgente

fix: install if deb12

micha 7 mesi fa
parent
commit
a03c0067db
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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