aboutsummaryrefslogtreecommitdiff
path: root/docker/code-server/install-dotnet.bash
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-08-15 00:08:43 +0800
committercrupest <crupest@outlook.com>2024-08-15 00:08:43 +0800
commit909c5e8aa53017eaffd4171835b3c66949c64f7f (patch)
tree09504e7755b7803e518baaa11d255f35ed6c9817 /docker/code-server/install-dotnet.bash
parent1bca7471d864bf859a6189a87adf92856729ec97 (diff)
parentd50545a36323e7a9775ab933021a94a9d98058f4 (diff)
downloadcrupest-909c5e8aa53017eaffd4171835b3c66949c64f7f.tar.gz
crupest-909c5e8aa53017eaffd4171835b3c66949c64f7f.tar.bz2
crupest-909c5e8aa53017eaffd4171835b3c66949c64f7f.zip
Merge branch 'debian-dev'
Diffstat (limited to 'docker/code-server/install-dotnet.bash')
-rw-r--r--docker/code-server/install-dotnet.bash6
1 files changed, 0 insertions, 6 deletions
diff --git a/docker/code-server/install-dotnet.bash b/docker/code-server/install-dotnet.bash
deleted file mode 100644
index 5e437ff..0000000
--- a/docker/code-server/install-dotnet.bash
+++ /dev/null
@@ -1,6 +0,0 @@
-wget https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
-dpkg -i packages-microsoft-prod.deb
-rm packages-microsoft-prod.deb
-
-apt-get update
-apt-get install -y dotnet-sdk-7.0