Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix casperlaps repo name and repo key url #341

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions tfgrid3/casper/scripts/install_casper
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ CASPER_VERSION=1_0_0
CASPER_NETWORK=casper

### Install Casper node
echo "deb https://repo.casperlabs.io/releases" bionic main | sudo tee -a /etc/apt/sources.list.d/casper.list
curl -O https://repo.casperlabs.io/casper-repo-pubkey.asc
echo "deb https://repo.casper.network/releases" bionic main | sudo tee -a /etc/apt/sources.list.d/casper.list
curl -O https://repo.casper.network/casper-repo-pubkey.asc
sudo apt-key add casper-repo-pubkey.asc
sudo apt update
sudo apt install casper-node-launcher casper-client -y
Expand Down Expand Up @@ -34,7 +34,7 @@ BRANCH="1.0.20" \
### Build smart contracts
cd ~

git clone git://github.com/CasperLabs/casper-node.git
git clone git://github.com/casper-network/casper-node.git
cd casper-node/

git checkout release-1.4.4
Expand Down
Loading