use chsh over hard to read sed to set shell

This commit is contained in:
Vlad Doster 2020-05-26 06:39:13 -05:00 committed by GitHub
parent 8073ba91cf
commit 4115ca5b19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -232,7 +232,7 @@ git update-index --assume-unchanged "/home/$name/LICENSE"
systembeepoff systembeepoff
# Make zsh the default shell for the user. # Make zsh the default shell for the user.
sed -i "s/^$name:\(.*\):\/bin\/\S*/$name:\1:\/bin\/zsh/" /etc/passwd chsh -s /bin/zsh $name >/dev/null 2>&1
# dbus UUID must be generated for Artix runit. # dbus UUID must be generated for Artix runit.
dbus-uuidgen > /var/lib/dbus/machine-id dbus-uuidgen > /var/lib/dbus/machine-id