micha 6 ay önce
ebeveyn
işleme
09ddac8657
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      install.sh

+ 1 - 1
install.sh

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