diff --git a/roles/bor/install-bor/tasks/main.yml b/roles/bor/install-bor/tasks/main.yml index 338a888..939b130 100644 --- a/roles/bor/install-bor/tasks/main.yml +++ b/roles/bor/install-bor/tasks/main.yml @@ -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 @@ -45,4 +45,4 @@ state: restarted daemon-reload: yes name: bor.service - become: true \ No newline at end of file + become: true diff --git a/roles/heimdall/install-heimdall/tasks/main.yml b/roles/heimdall/install-heimdall/tasks/main.yml index 9e903ed..a330afb 100644 --- a/roles/heimdall/install-heimdall/tasks/main.yml +++ b/roles/heimdall/install-heimdall/tasks/main.yml @@ -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 @@ -82,4 +82,4 @@ state: restarted daemon-reload: yes name: heimdalld.service - become: yes \ No newline at end of file + become: yes