mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2025-02-20 18:01:33 -05:00
parent
b042e5aaa2
commit
61ad3457ee
@ -417,11 +417,8 @@ EOF
|
|||||||
chmod 700 /mnt/home/${username}/.config/autostart/apparmor-notify.desktop
|
chmod 700 /mnt/home/${username}/.config/autostart/apparmor-notify.desktop
|
||||||
arch-chroot /mnt chown -R $username:users /home/${username}/.config
|
arch-chroot /mnt chown -R $username:users /home/${username}/.config
|
||||||
|
|
||||||
|
|
||||||
# Setting user password.
|
# Setting user password.
|
||||||
|
[ -n "$username" ] && echo "Setting user password for ${username}." && echo -e "${password}\n${password}" | arch-chroot /mnt passwd "$username" &>/dev/null
|
||||||
|
|
||||||
[ -n "$username" ] && echo "Setting user password for ${username}." && arch-chroot /mnt /bin/passwd "$username"
|
|
||||||
|
|
||||||
# Giving wheel user sudo access.
|
# Giving wheel user sudo access.
|
||||||
sed -i 's/# \(%wheel ALL=(ALL\(:ALL\|\)) ALL\)/\1/g' /mnt/etc/sudoers
|
sed -i 's/# \(%wheel ALL=(ALL\(:ALL\|\)) ALL\)/\1/g' /mnt/etc/sudoers
|
||||||
|
Loading…
Reference in New Issue
Block a user