Change position of shell script

This commit is contained in:
Marcus Kammer 2023-12-03 12:03:11 +01:00
parent ebc8cf8ccc
commit 0bad12ea96
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -317,6 +317,17 @@ write_files:
# Clone the SLIME repository for a specific branch and depth
git clone --depth 1 --branch v2.28 https://github.com/slime/slime.git /home/cl/slime
- path: /home/cl/setup_user_all.sh
owner: 'cl:cl'
permissions: '0755'
defer: True
content: |
#!/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/openai_block_access.sh
owner: 'cl:cl'
permissions: '0755'
@ -337,17 +348,6 @@ write_files:
done < "$file"
[ -f "$file" ] && rm -f "$file"
- path: /home/cl/setup_user_all.sh
owner: 'cl:cl'
permissions: '0755'
defer: True
content: |
#!/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'
permissions: '0755'