Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 485 Bytes

File metadata and controls

21 lines (14 loc) · 485 Bytes

scripts

Collections of scripts for various tasks.

Setup Node Environment in Linux

curl -fsSL -o wsl_start.sh https://raw.githubusercontent.com/coder7475/scripts/main/wsl_start.sh
chmod +x wsl_start.sh
./wsl_start.sh

OR

curl -fsSL https://raw.githubusercontent.com/coder7475/scripts/main/wsl_start.sh | bash

References

  1. Ansible Tutorial