Update install scripts

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2021-01-25 21:56:08 +01:00
parent 0f4429037c
commit b591b8de02
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
5 changed files with 4 additions and 22 deletions

View file

@ -11,5 +11,5 @@
output::section "Shell"
output::log "Setting default shell to zsh"
chsh -s "/bin/zsh"
sudo chsh -s "/bin/zsh" "${USER}"
output::success "Successfully set default shell to zsh"