This commit is contained in:
navanchauhan
2022-07-04 16:41:21 +05:30
parent c0654213a0
commit 25d07dfd1f
+2 -2
View File
@@ -71,11 +71,11 @@ DEB_VERSION=$(sed 's/\..*//' /etc/debian_version)
case DEB_VERSION in case DEB_VERSION in
10) 10)
repo="https://packages.microsoft.com/debian/10/prod buster main" repo="deb [arch=amd64,arm64,armhf] https://packages.microsoft.com/debian/10/prod buster main"
;; ;;
11) 11)
repo="https://packages.microsoft.com/debian/11/prod bullseye main" repo="deb [arch=amd64,arm64,armhf] https://packages.microsoft.com/debian/11/prod bullseye main"
;; ;;
*) *)