mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
devcontainer/on-create-command: fix permissions harder.
This `chmod -t` seems to fix things on other Codespaces so let's try it here too.
This commit is contained in:
parent
81313133f1
commit
9076213cad
@ -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