You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i '/secure_path/ s/"$/:\/usr\/local\/go\/bin:\/opt\/ibc\/bin:\/opt\/java\/jdk-11.0.18+10\/bin"/' /etc/sudoers
229
-
227
+
# Add chain command binary path to secure path
228
+
sed -i '/secure_path/ s/"$/:\/usr\/local\/go\/bin:\/opt\/ibc\/bin:\/opt\/java\/jdk-11.0.18+10\/bin:\/root\/.local\/share\/solana\/install\/active_release\/bin:\/root\/.cargo\/bin\/"/' /etc/sudoers
230
229
# Create Aliases for the user 'deployr'
231
230
echo"## Aliases
232
231
alias fetch-walletkeys='sudo /opt/deployer/bin/fetch_keys.sh'
@@ -243,15 +242,11 @@ alias add-stellar-key='/opt/deployer/root/keyutils/add_stellar_key.sh'" >> /root
243
242
source"/root/.cargo/env"
244
243
245
244
export PATH=$${PATH}:/root/.cargo/bin
246
-
sh -c "$(curl -sSfL https://release.solana.com/v1.18.18/install)"
0 commit comments