8000 GitHub - jalesfevas/installation: One click command to install rust and node on any linux system without having any issue
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

One click command to install rust and node on any linux system without having any issue

Notifications You must be signed in to change notification settings

jalesfevas/installation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Node js and npm installation command
curl -sSL https://raw.githubusercontent.com/zunxbt/installation/main/node.sh | bash
  • Rust installation command
curl -sSL https://raw.githubusercontent.com/zunxbt/installation/main/rust.sh | bash
  • Foundry installation command
source <(wget -O - https://raw.githubusercontent.com/zunxbt/installation/main/foundry.sh)
  • Docker installation command
source <(wget -O - https://raw.githubusercontent.com/zunxbt/installation/main/docker.sh)
  • Solana installation command
source <(wget -O - https://raw.githubusercontent.com/zunxbt/installation/main/solana.sh)
  • Git installation command
curl -sSL https://raw.githubusercontent.com/zunxbt/installation/main/git.sh | bash

About

One click command to install rust and node on any linux system without having any issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0