diff --git a/images/linux/scripts/installers/post-deployment.sh b/images/linux/scripts/installers/post-deployment.sh index 15f3ebd8c..c14c00d77 100644 --- a/images/linux/scripts/installers/post-deployment.sh +++ b/images/linux/scripts/installers/post-deployment.sh @@ -24,10 +24,6 @@ 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