diff options
author | crupest <crupest@outlook.com> | 2024-08-15 00:08:43 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-08-15 00:08:43 +0800 |
commit | 0dc32c4f8da4f0f52e857775aa240eb3ddca0e9c (patch) | |
tree | 09504e7755b7803e518baaa11d255f35ed6c9817 /docker/code-server/install-dotnet.bash | |
parent | bb241f176557341187575c5d74049d4e358d7cd3 (diff) | |
parent | f7c13845654289838cd933b2156abd6e7ae575a5 (diff) | |
download | crupest-0dc32c4f8da4f0f52e857775aa240eb3ddca0e9c.tar.gz crupest-0dc32c4f8da4f0f52e857775aa240eb3ddca0e9c.tar.bz2 crupest-0dc32c4f8da4f0f52e857775aa240eb3ddca0e9c.zip |
Merge branch 'debian-dev'
Diffstat (limited to 'docker/code-server/install-dotnet.bash')
-rw-r--r-- | docker/code-server/install-dotnet.bash | 6 |
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 |