Browse Source

fix: deb12

micha 6 tháng trước cách đây
mục cha
commit
5d6d783070
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      install.sh

+ 2 - 0
install.sh

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