mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-01 22:47:23 -04:00
Fix ownership of config directories
This commit is contained in:
@@ -113,6 +113,8 @@ fi
|
|||||||
# set home directory permissions
|
# set home directory permissions
|
||||||
mkdir -p /home/"$username"/{.config,.local/share}
|
mkdir -p /home/"$username"/{.config,.local/share}
|
||||||
chmod 700 /home/"$username"
|
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}
|
chmod 755 /home/"$username"/{.config,.local/share}
|
||||||
|
|
||||||
# installing desktop environment and addons + utilities
|
# installing desktop environment and addons + utilities
|
||||||
|
|||||||
Reference in New Issue
Block a user