From 469e751267237cd1c5cf6d2100e9bc4812a31b52 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Thu, 19 Dec 2024 21:38:04 +0300 Subject: [PATCH] Remove download of prometheus.yml in install.sh --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 981f884..3c3dce5 100644 --- a/install.sh +++ b/install.sh @@ -48,7 +48,6 @@ 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