Change position of shell script
This commit is contained in:
parent
ebc8cf8ccc
commit
0bad12ea96
1 changed files with 11 additions and 11 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue