1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/technitium-dns_ynh.git synced 2024-09-03 20:26:36 +02:00

fix extra dep

This commit is contained in:
navanchauhan 2022-07-04 16:46:26 +05:30
parent 25d07dfd1f
commit e37601c079

View file

@ -71,19 +71,20 @@ DEB_VERSION=$(sed 's/\..*//' /etc/debian_version)
case DEB_VERSION in
10)
repo="deb [arch=amd64,arm64,armhf] https://packages.microsoft.com/debian/10/prod buster main"
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"
;;
11)
repo="deb [arch=amd64,arm64,armhf] https://packages.microsoft.com/debian/11/prod bullseye main"
ynh_install_extra_app_dependencies --repo="deb [arch=amd64,arm64,armhf] https://packages.microsoft.com/debian/11/prod bullseye main" --package="aspnetcore-runtime-6.0"
;;
*)
repo=""
echo -n "ummmmmm"
ynh_install_extra_app_dependencies --repo=$repo --package="aspnetcore-runtime-6.0"
;;
esac
ynh_install_extra_app_dependencies --repo=$repo --package="aspnetcore-runtime-6.0"
#=================================================
# CREATE DEDICATED USER