mirror of
https://github.com/YunoHost-Apps/technitium-dns_ynh.git
synced 2024-09-03 20:26:36 +02:00
fix repo
This commit is contained in:
parent
c0654213a0
commit
25d07dfd1f
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue