mirror of
https://git.anonymousland.org/deathrow/synapse-docker-deployment.git
synced 2025-05-11 20:55:05 -04:00
Update path
This commit is contained in:
parent
84e6335fcd
commit
4177ab865c
1 changed files with 2 additions and 2 deletions
4
init.sh
4
init.sh
|
@ -19,13 +19,13 @@ cd rust-synapse-compress-state/synapse-auto-compressor
|
||||||
cargo build
|
cargo build
|
||||||
mv ../target/debug/synapse_auto_compressor ../../synapse_auto_compressor
|
mv ../target/debug/synapse_auto_compressor ../../synapse_auto_compressor
|
||||||
|
|
||||||
cd ../../
|
cd ../
|
||||||
|
|
||||||
git clone https://github.com/joj0/synadm
|
git clone https://github.com/joj0/synadm
|
||||||
cd synadm
|
cd synadm
|
||||||
sudo python3 setup.py install
|
sudo python3 setup.py install
|
||||||
|
|
||||||
cd ../../
|
cd ../
|
||||||
|
|
||||||
echo "===== Pulling Docker Images ====="
|
echo "===== Pulling Docker Images ====="
|
||||||
docker-compose pull
|
docker-compose pull
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue