Răsfoiți Sursa

debian 11 ubuntu 20

[[ "$isDigital" == '11' ]] && DIST='bullseye';

[[ "$isDigital" == '20.04' ]] && DIST='focal';
蘭雅sRGB 3 ani în urmă
părinte
comite
8135b5a644
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      auto.sh

+ 2 - 0
auto.sh

@@ -265,6 +265,7 @@ if [[ -z "$DIST" ]]; then
         [[ "$isDigital" == '8' ]] && DIST='jessie';
         [[ "$isDigital" == '9' ]] && DIST='stretch';
         [[ "$isDigital" == '10' ]] && DIST='buster';
+        [[ "$isDigital" == '11' ]] && DIST='bullseye';
       }
     }
     LinuxMirror=$(SelectMirror "$Relese" "$DIST" "$VER" "$tmpMirror")
@@ -280,6 +281,7 @@ if [[ -z "$DIST" ]]; then
         [[ "$isDigital" == '14.04' ]] && DIST='trusty';
         [[ "$isDigital" == '16.04' ]] && DIST='xenial';
         [[ "$isDigital" == '18.04' ]] && DIST='bionic';
+        [[ "$isDigital" == '20.04' ]] && DIST='focal';
       }
     }
     LinuxMirror=$(SelectMirror "$Relese" "$DIST" "$VER" "$tmpMirror")