diff options
Diffstat (limited to 'raveos-plasma-theme/raveos-plasma-apply.sh')
| -rwxr-xr-x | raveos-plasma-theme/raveos-plasma-apply.sh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/raveos-plasma-theme/raveos-plasma-apply.sh b/raveos-plasma-theme/raveos-plasma-apply.sh index cf1ce9c..07ccbcd 100755 --- a/raveos-plasma-theme/raveos-plasma-apply.sh +++ b/raveos-plasma-theme/raveos-plasma-apply.sh @@ -175,13 +175,9 @@ while IFS=: read -r user _ uid gid _ home shell; do ensure_bashrc_hook "${home}/.bashrc" echo "1" > "${home}/.config/raveos/plasma-migrated" - chown "${uid}:${gid}" "${home}/.config" "${home}/.local" 2>/dev/null || true chown -R "${uid}:${gid}" \ - "${home}/.config/kitty" \ - "${home}/.config/fastfetch" \ - "${home}/.config/autostart" \ - "${home}/.config/raveos" \ - "${home}/.local/share/konsole" \ + "${home}/.config" \ + "${home}/.local" \ "${home}/.bashrc" 2>/dev/null || true done < /etc/passwd |