Remove download of prometheus.yml in install.sh

This commit is contained in:
vvzvlad 2024-12-19 21:38:04 +03:00
parent 5d3137e2d8
commit 469e751267

View File

@ -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-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/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/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) SERVER_IP=$(curl -4 -s ifconfig.me)
sed -i "s/###IP###/${SERVER_IP}/g" docker-compose.yml sed -i "s/###IP###/${SERVER_IP}/g" docker-compose.yml