Merge pull request #19538 from Homebrew/codespaces_on_create
devcontainer/on-create-command: fix permissions harder.
This commit is contained in:
commit
f686c577e0
@ -3,6 +3,7 @@ set -e
|
||||
|
||||
# fix permissions so Homebrew and Bundler don't complain
|
||||
sudo chmod -R g-w,o-w /home/linuxbrew
|
||||
sudo chmod +t -R /home/linuxbrew/
|
||||
|
||||
# everything below is too slow to do unless prebuilding so skip it
|
||||
CODESPACES_ACTION_NAME="$(jq --raw-output '.ACTION_NAME' /workspaces/.codespaces/shared/environment-variables.json)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user