devex cleanup

This commit is contained in:
2025-07-09 11:19:46 -05:00
parent fd6aa5c0f0
commit 244ac11588
3 changed files with 8 additions and 2 deletions

View File

@@ -3,7 +3,13 @@
```shell
mkdir Docker
chmod +x *.sh
./CloneUpstreamVendor.sh
./UpstreamVendor-Clone.sh
```
The above will do a (sparse) clone of all the upstream vendor software/docker repositories for every app TSYS runs on Cloudron.
You can keep the checkouts synced with
```shell
UpstreamVendor-Update.sh
```