From 4177ab865cd71bbf36fd080bc1bdbe60e42fa4fd Mon Sep 17 00:00:00 2001 From: deathrow Date: Tue, 1 Nov 2022 20:41:46 -0400 Subject: [PATCH] Update path --- init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.sh b/init.sh index 0cb452d..76b9530 100644 --- a/init.sh +++ b/init.sh @@ -19,13 +19,13 @@ 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 cd synadm sudo python3 setup.py install -cd ../../ +cd ../ echo "===== Pulling Docker Images =====" docker-compose pull