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
- Host: GitHub
- URL: https://github.com/zunxbt/installation
- Owner: zunxbt
- Created: 2024-10-02T01:52:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T22:58:37.000Z (8 months ago)
- Last Synced: 2025-03-30T14:41:42.694Z (8 months ago)
- Topics: cargo, node, npm, nvm, rust
- Language: Shell
- Homepage:
- Size: 56.6 KB
- Stars: 19
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```