Warning
Alpha State
- Install Debian with ssh/base utils
- Many guides for this on youtube
- NOTE: you only need ssh standard utilites checked and not the full desktop environment.
- Download the repo archive, extract, and rename folder
wget -qO- https://codeload.github.com/john-clark/rustdedicated/zip/refs/heads/main | busybox unzip -mv rustdedicated-main rustdedicated
Otherwise
apt install gitandgit clone https://github.com/john-clark/rustdedicated.git - Change to
cd rustdedicated/folder - Run the scripts in the following order:
. ./1-install-prereqs.sh./2-install-rust.sh./3-install-oxide.sh./start-server.sh
