Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 485 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 485 Bytes

Setup coder workspace for TS/Node

curl -o- https://raw.githubusercontent.com/Rocky-pup/Cheat-Sheet/main/coder-setup.sh | bash

Setup proxmox container for TS/Node

wget -qO- https://raw.githubusercontent.com/Rocky-pup/Cheat-Sheet/main/regular-proxmox-node-setup.sh | bash

Setup linux container in docker for RUST

apt-get update && apt-get install wget sudo && wget -qO- https://raw.githubusercontent.com/Rocky-pup/Cheat-Sheet/main/linux-rust-setup.sh | bash