Skip to content

Commit

Permalink
Update install.sh commented
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaniska244 authored Jan 17, 2025
1 parent 832934d commit 3a33148
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ ln -snf /usr/local/rvm/rubies/default $RUBY_PATH
DOTNET_PATH="/home/${USERNAME}/.dotnet"

# Required due to https://github.com/devcontainers/features/pull/628/files#r1276659825
chown -R "${USERNAME}:${USERNAME}" /usr/share/dotnet
chmod g+r+w+s /usr/share/dotnet
chmod -R g+r+w /usr/share/dotnet
#chown -R "${USERNAME}:${USERNAME}" /usr/share/dotnet
#chmod g+r+w+s /usr/share/dotnet
#chmod -R g+r+w /usr/share/dotnet

ln -snf /usr/share/dotnet $DOTNET_PATH
mkdir -p /opt/dotnet/lts
Expand Down

0 comments on commit 3a33148

Please sign in to comment.