diff --git a/images/macos/provision/core/powershell.sh b/images/macos/provision/core/powershell.sh index 6d3ce1b6..424909f2 100644 --- a/images/macos/provision/core/powershell.sh +++ b/images/macos/provision/core/powershell.sh @@ -41,8 +41,9 @@ for module in ${psModules[@]}; do fi done +# Fix permission root => runner after installing powershell for arm64 arch if [[ $arch == "arm64" ]]; then - sudo chown -R $USER ~/.local + sudo chown -R $USER ~/.local ~/.cache ~/.config fi # A dummy call to initialize .IdentityService directory