meta:install: Allow chsh to have std{in,out,err}

Since potentially it asks for a sudo password.
This commit is contained in:
2021-07-27 00:09:40 +02:00
parent f2f09be50b
commit 9c6fac249f

View File

@@ -2,6 +2,9 @@
-
command: chsh -s "$(command -v zsh)"
description: Changing login shell to zsh
stdin: true
stdout: true
stderr: true
-
command: meta/git-remote
description: Updating git remote to use ssh