Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 615 Bytes

File metadata and controls

16 lines (14 loc) · 615 Bytes

Nitrox-Setup-Script

A script to help automate setting up your Nitrox!

Automatic

Install and run the script via a single command:

bash <(
  curl -fsSL https://raw.githubusercontent.com/SubnauticaNitrox/Linux-Setup-Script/refs/heads/master/nitroxsetup.sh 
)

Manual

Manually install and run the script:

  1. Copy paste the script into a new nitroxsetup.sh file.
  2. chmod +x nitroxsetup.sh the script so it has executable permissions.
  3. Run the script via ./nitroxsetup.sh in your terminal.