From d4a497eaab70af6c4aa0f49235d0add039dc2023 Mon Sep 17 00:00:00 2001 From: sergei-pyshnoi Date: Tue, 11 Jul 2023 11:41:45 +0200 Subject: [PATCH] add comment --- images/macos/provision/core/powershell.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/images/macos/provision/core/powershell.sh b/images/macos/provision/core/powershell.sh index 1060a99e2..424909f2c 100644 --- a/images/macos/provision/core/powershell.sh +++ b/images/macos/provision/core/powershell.sh @@ -41,6 +41,7 @@ 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 ~/.cache ~/.config fi