Skip to content

Commit f90a373

Browse files
removed testing command
1 parent 1a057a9 commit f90a373

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

chimney.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ install_tools_utilities jq
8888
export DOCKER_IMAGE=$(curl -s https://registry.hub.docker.com/v2/repositories/0chaindev/blobber/tags?page_size=100 | jq -r '.results[] | select(.name | test("^v[0-9]+\\.[0-9]+\\.[0-9]+$")) | .name' | sort -V | tail -n 1)
8989
export DOCKER_IMAGE_EBLOBBER=$(curl -s https://registry.hub.docker.com/v2/repositories/0chaindev/eblobber/tags?page_size=100 | jq -r '.results[] | select(.name | test("^v[0-9]+\\.[0-9]+\\.[0-9]+$")) | .name' | sort -V | tail -n 1)
9090

91-
curl -s https://registry.hub.docker.com/v2/repositories/0chaindev/blobber/tags?page_size=100 | jq -r '.results[] | select(.name | test("^v[0-9]+\\.[0-9]+\\.[0-9]+(-RC[0-9]+)?$")) | .name' | grep -i "RC" | sort -V | tail -n 1
92-
9391
sudo ufw allow 123/udp
9492
sudo ufw allow out to any port 123
9593
sudo systemctl stop ntp

0 commit comments

Comments
 (0)