[configs/releng] Update zsh path to match /etc/shells
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
6634f0a781
commit
5d75049c11
@ -7,10 +7,10 @@ locale-gen
|
|||||||
|
|
||||||
ln -sf /usr/share/zoneinfo/UTC /etc/localtime
|
ln -sf /usr/share/zoneinfo/UTC /etc/localtime
|
||||||
|
|
||||||
usermod -s /bin/zsh root
|
usermod -s /usr/bin/zsh root
|
||||||
cp -aT /etc/skel/ /root/
|
cp -aT /etc/skel/ /root/
|
||||||
|
|
||||||
useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /bin/zsh arch
|
useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /usr/bin/zsh arch
|
||||||
|
|
||||||
chmod 750 /etc/sudoers.d
|
chmod 750 /etc/sudoers.d
|
||||||
chmod 440 /etc/sudoers.d/g_wheel
|
chmod 440 /etc/sudoers.d/g_wheel
|
||||||
|
Loading…
Reference in New Issue
Block a user