An open API service indexing awesome lists of open source software.

https://github.com/zunxbt/installation

One click command to install rust and node on any linux system without having any issue
https://github.com/zunxbt/installation

cargo node npm nvm rust

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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