add chown for .cache and .config for arm64

This commit is contained in:
sergei-pyshnoi
2023-07-10 16:24:32 +02:00
parent c5579bd0e9
commit 1bf18b5a8a

View File

@@ -42,7 +42,7 @@ for module in ${psModules[@]}; do
done
if [[ $arch == "arm64" ]]; then
sudo chown -R $USER ~/.local
sudo chown -R $USER ~/.local ~/.cache ~/.config
fi
# A dummy call to initialize .IdentityService directory