Skip to content

Commit

Permalink
update snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Nov 20, 2024
1 parent 4591bd9 commit 95f6807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95f6807

Please sign in to comment.