From ae6bbaca290063061d572acffcdb7ace375022ba Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Wed, 18 Dec 2024 01:45:02 +0300 Subject: [PATCH] Update install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 80e9ab1..178c8b7 100644 --- a/install.sh +++ b/install.sh @@ -41,6 +41,7 @@ openssl rand -hex 32 > jwt.txt wget "https://gitea.vvzvlad.xyz/vvzvlad/soneium/raw/branch/main/minato-rollup.json" -O minato-rollup.json wget "https://gitea.vvzvlad.xyz/vvzvlad/soneium/raw/branch/main/minato-genesis.json" -O minato-genesis.json wget "https://gitea.vvzvlad.xyz/vvzvlad/soneium/raw/branch/main/docker-compose.yml" -O docker-compose.yml +wget "https://gitea.vvzvlad.xyz/vvzvlad/soneium/raw/branch/main/prometheus.yml" -O prometheus.yml SERVER_IP=$(curl -4 -s ifconfig.me) sed -i "s/###IP###/${SERVER_IP}/g" docker-compose.yml