mirror of https://github.com/tteck/Proxmox.git
changed how .NET is installed, back to debian 11 package
This commit is contained in:
parent
c9857e29f9
commit
0c05552791
|
@ -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…
Reference in New Issue