Ecosyste.ms: Awesome
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: 16 days ago
JSON representation
One click command to install rust and node on any linux system without having any issue
- Host: GitHub
- URL: https://github.com/zunxbt/installation
- Owner: zunxbt
- Created: 2024-10-02T01:52:44.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-09T07:44:07.000Z (29 days ago)
- Last Synced: 2024-10-21T05:58:26.635Z (17 days ago)
- Topics: cargo, node, npm, nvm, rust
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```