Update shell script

This commit is contained in:
Marcus Kammer 2023-11-01 10:22:16 +01:00
parent ecdc85700a
commit 462ca6da28
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -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 ""