modify installation

This commit is contained in:
dev
2024-12-12 01:15:05 +02:00
parent 274d8fa925
commit 6e55f32f6a

View File

@@ -6,4 +6,5 @@ sudo wget -qO- https://get.docker.com/ | sh
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
sudo apt install avahi-daemon
sudo systemctl enable avahi-daemon
sudo bash install-callaba.sh "$@"