Update shell script
This commit is contained in:
parent
ecdc85700a
commit
462ca6da28
1 changed files with 2 additions and 1 deletions
|
@ -342,6 +342,8 @@ write_files:
|
|||
#!/bin/bash
|
||||
/bin/bash /home/cl/setup_git.sh
|
||||
/bin/bash /home/cl/setup_repos.sh
|
||||
ssh-keygen -t ed25519 -C 'u1.metalisp' -f ~/.ssh/id_ed25519 -N ''
|
||||
mkdir -p ~/www/u1/docs/
|
||||
|
||||
- path: /home/cl/.tmux.conf
|
||||
owner: 'cl:cl'
|
||||
|
@ -464,4 +466,3 @@ runcmd:
|
|||
# Restart the SSH server to apply the new configuration
|
||||
- systemctl restart sshd
|
||||
- sudo -u cl /bin/bash /home/cl/setup_user_all.sh
|
||||
- sudo -u cl ssh-keygen -t ed25519 -C "u1.metalisp" -f ~/.ssh/id_ed25519 -N ""
|
||||
|
|
Loading…
Add table
Reference in a new issue