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
84e6335fcd
commit
4177ab865c
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…
Reference in New Issue
Block a user