1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/technitium-dns_ynh.git synced 2024-09-03 20:26:36 +02:00
This commit is contained in:
navanchauhan 2022-07-04 16:41:21 +05:30
parent c0654213a0
commit 25d07dfd1f

View file

@ -71,11 +71,11 @@ DEB_VERSION=$(sed 's/\..*//' /etc/debian_version)
case DEB_VERSION in
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)
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"
;;
*)