micha 6 mesi fa
parent
commit
5d6d783070
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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"