A script to help automate setting up your Nitrox!
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
)Manually install and run the script:
- Copy paste the script into a new nitroxsetup.sh file.
chmod +x nitroxsetup.shthe script so it has executable permissions.- Run the script via
./nitroxsetup.shin your terminal.