mirror of
https://git.anonymousland.org/deathrow/synapse-docker-deployment.git
synced 2024-10-01 11:49:56 -04:00
Update path
This commit is contained in:
parent
3bbcd7a0bd
commit
874bfb71da
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…
Reference in New Issue
Block a user