Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions roles/bor/install-bor/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# tasks file for bor

- name: install bor pacakges and bor profile
shell: curl -L https://raw.githubusercontent.com/maticnetwork/install/main/bor.sh | bash -s -- {{ bor_version }} {{ network }} {{ node_type }}
shell: curl -L https://raw.githubusercontent.com/0xPolygon/install/main/bor.sh | bash -s -- {{ bor_version }} {{ network }} {{ node_type }}
become: true

- name: uncomment p2p discovery
Expand Down Expand Up @@ -45,4 +45,4 @@
state: restarted
daemon-reload: yes
name: bor.service
become: true
become: true
4 changes: 2 additions & 2 deletions roles/heimdall/install-heimdall/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# tasks file for heimdall

- name: install heimdall pacakges and heimdall profile
shell: curl -L https://raw.githubusercontent.com/maticnetwork/install/heimdall-v2/heimdall-v2.sh | bash -s -- {{ heimdall_version }} {{ network }} {{ node_type }}
shell: curl -L https://raw.githubusercontent.com/0xPolygon/install/heimdall-v2/heimdall-v2.sh | bash -s -- {{ heimdall_version }} {{ network }} {{ node_type }}
become: true

- name: update heimdall inbound peers
Expand Down Expand Up @@ -82,4 +82,4 @@
state: restarted
daemon-reload: yes
name: heimdalld.service
become: yes
become: yes