Browse Source

fix: deb12

micha 6 months ago
parent
commit
5d6d783070
1 changed files with 2 additions and 0 deletions
  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"