mirror of
https://github.com/YunoHost-Apps/technitium-dns_ynh.git
synced 2024-09-03 20:26:36 +02:00
fix smh
This commit is contained in:
parent
e37601c079
commit
ba5c85016a
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ ynh_script_progression --message="Installing dependencies..." --time --weight=1
|
||||||
|
|
||||||
DEB_VERSION=$(sed 's/\..*//' /etc/debian_version)
|
DEB_VERSION=$(sed 's/\..*//' /etc/debian_version)
|
||||||
|
|
||||||
case DEB_VERSION in
|
case $DEB_VERSION in
|
||||||
|
|
||||||
10)
|
10)
|
||||||
ynh_install_extra_app_dependencies --repo="deb [arch=amd64,arm64,armhf] https://packages.microsoft.com/debian/10/prod buster main" --package="aspnetcore-runtime-6.0"
|
ynh_install_extra_app_dependencies --repo="deb [arch=amd64,arm64,armhf] https://packages.microsoft.com/debian/10/prod buster main" --package="aspnetcore-runtime-6.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue