mirror of
https://git.anonymousland.org/deathrow/synapse-docker-deployment.git
synced 2025-05-11 00:45:00 -04:00
Update path
This commit is contained in:
parent
3bbcd7a0bd
commit
874bfb71da
1 changed files with 3 additions and 3 deletions
6
init.sh
6
init.sh
|
@ -12,14 +12,14 @@ echo "===== Building Docker Images ====="
|
|||
bash build.sh
|
||||
|
||||
echo "===== Building Tools ====="
|
||||
cd ../
|
||||
cd tools/
|
||||
cd ..tools/
|
||||
|
||||
git clone https://github.com/matrix-org/rust-synapse-compress-state
|
||||
cd rust-synapse-compress-state/synapse-auto-compressor
|
||||
cd rust-synapse-compress-state/synapse-auto-compressor/
|
||||
cargo build
|
||||
mv ../target/debug/synapse_auto_compressor ../../synapse_auto_compressor
|
||||
|
||||
cd ../
|
||||
cd ../
|
||||
|
||||
git clone https://github.com/joj0/synadm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue