Polish directory usage in slapdash Stack pull commands
Some checks are pending
Stacks CICD / Setup (push) Waiting to run
Some checks are pending
Stacks CICD / Setup (push) Waiting to run
This commit is contained in:
parent
16e3069d39
commit
bc2a702450
@ -4,11 +4,13 @@
|
||||
### Get a Stack (from source with Git)
|
||||
```sh
|
||||
STACK=ai
|
||||
mkdir -p $HOME/stacks/$STACK
|
||||
git clone -n --depth=1 --filter=tree:0 https://gitea.jafner.tools/Jafner/Jafner.net.git /tmp/repo
|
||||
cd /tmp/repo
|
||||
git sparse-checkout set --no-cone homelab/stacks/$STACK
|
||||
git checkout
|
||||
mv homelab/stacks/$STACK $HOME/stacks/$STACK
|
||||
mv homelab/stacks/$STACK $HOME/stacks/
|
||||
cd $HOME/stacks/$STACK
|
||||
rm -rf /tmp/repo
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user