add comment

This commit is contained in:
sergei-pyshnoi
2023-07-11 11:41:45 +02:00
parent 1bf18b5a8a
commit d4a497eaab

View File

@@ -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