diff --git a/images/linux/scripts/installers/post-deployment.sh b/images/linux/scripts/installers/post-deployment.sh index c14c00d77..15f3ebd8c 100644 --- a/images/linux/scripts/installers/post-deployment.sh +++ b/images/linux/scripts/installers/post-deployment.sh @@ -24,6 +24,10 @@ ENVPATH=${ENVPATH%"\""} echo "PATH=$ENVPATH" | sudo tee -a /etc/environment echo "Updated /etc/environment: $(cat /etc/environment)" +# Fix brew repository permissions to make it clean +cd $(brew --prefix)/Homebrew +git reset --hard + # Clean yarn and npm cache yarn cache clean npm cache clean --force \ No newline at end of file