From 95f6807aec56b9fe62bf89cc777d3de4687ee876 Mon Sep 17 00:00:00 2001 From: Hendrik Mennen Date: Tue, 19 Nov 2024 20:19:38 -0500 Subject: [PATCH] update snapcraft.yaml --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 5f477ef1..1b74d39b 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -21,7 +21,7 @@ parts: override-build: | export TZ=Europe/Berlin ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone - wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh + curl -sSL https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh chmod +x ./dotnet-install.sh ./dotnet-install.sh --version latest export DOTNET_ROOT=$HOME/.dotnet