mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -04:00
Fix ownership of config directories
This commit is contained in:
@@ -113,6 +113,8 @@ fi
|
||||
# set home directory permissions
|
||||
mkdir -p /home/"$username"/{.config,.local/share}
|
||||
chmod 700 /home/"$username"
|
||||
chown "$username":users /home/"$username"/{.config,.local}
|
||||
chown "$username":users /home/"$username"/.local/share
|
||||
chmod 755 /home/"$username"/{.config,.local/share}
|
||||
|
||||
# installing desktop environment and addons + utilities
|
||||
|
||||
Reference in New Issue
Block a user