Add a user and continue recipes using it #1268
Answered
by
casey
mihaigalos
asked this question in
Q&A
-
Hi, On Linux, I would like to add a user and continue the recipes using it. Is something like this possible without exiting the initial add_user user:
sudo adduser {{ user }}
run user:
just add {{ user }}
# sudo su {{ user }} here, or similar ..
just setup_zsh # Setup zsh for that user, instead of the user who initiated the just invocation. |
Beta Was this translation helpful? Give feedback.
Answered by
casey
Jul 17, 2022
Replies: 1 comment 4 replies
-
Can you use a dependency?
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
mihaigalos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you use a dependency?