Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 16 days 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
source <(wget -O - https://raw.githubusercontent.com/zunxbt/installation/main/node.sh)
```
- Rust installation command
```bash
source <(wget -O - https://raw.githubusercontent.com/zunxbt/installation/main/rust.sh)
```
- 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)
```