changed how .NET is installed, back to debian 11 package

pull/1595/head
João Cunha 2 years ago
parent c9857e29f9
commit 0c05552791
No known key found for this signature in database
GPG Key ID: A5C941FBF54B0AE7
  1. 7
      install/rdtclient-install.sh

@ -21,8 +21,11 @@ $STD apt-get install -y unzip
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing ASP.NET Core Runtime" msg_info "Installing ASP.NET Core Runtime"
$STD bash -c "$(wget --no-cache -qLO - https://dot.net/v1/dotnet-install.sh)" wget -q https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb
ln -s /root/.dotnet/dotnet /usr/bin/dotnet $STD dpkg -i packages-microsoft-prod.deb
rm packages-microsoft-prod.deb
$STD apt-get update
$STD apt-get install -y dotnet-sdk-6.0
msg_ok "Installed ASP.NET Core Runtime" msg_ok "Installed ASP.NET Core Runtime"
msg_info "Installing rdtclient" msg_info "Installing rdtclient"
wget -q https://github.com/rogerfar/rdt-client/releases/latest/download/RealDebridClient.zip wget -q https://github.com/rogerfar/rdt-client/releases/latest/download/RealDebridClient.zip

Loading…
Cancel
Save