Add ~/.cargo/bin to PATH (#6641)

This commit is contained in:
Michael Vines 2019-10-30 19:41:24 -07:00 committed by GitHub
parent 59f3dc3b6b
commit f131255066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ else
[[ -r /solana-scratch/id_ecdsa.pub ]] || exit 1
sudo -u solana bash -c "
echo 'PATH=\"/home/solana/.cargo/bin:$PATH\"' > /home/solana/.profile
mkdir -p /home/solana/.ssh/
cd /home/solana/.ssh/
cp /solana-scratch/id_ecdsa.pub authorized_keys