Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Discussion options

You must be logged in to vote

fixed

The ASP.NET Core Runtime updated to 8 using the Debian 12 .deb (https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb)

created update path

systemctl stop rdtc
mkdir -p rdtc-backup
cp -R /opt/rdtc/appsettings.json rdtc-backup/
wget -q https://github.com/rogerfar/rdt-client/releases/latest/download/RealDebridClient.zip
unzip -oqq RealDebridClient.zip -d /opt/rdtc
cp -R rdtc-backup/appsettings.json /opt/rdtc/
rm -rf rdtc-backup RealDebridClient.zip
systemctl start rdtc

Should be able to type update in the LXC console to update moving forward

For the ones that need to update ASP.NET Core Runtime to 8, apt-get install -y dotnet-sdk-8.0

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@tteck
Comment options

Answer selected by tteck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants