To install, run these commands
Step 1: Download and import the gpg key
sudo apt update
sudo apt install -y ca-certificates curl gnupg
sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://ethanthesleepy.one/deb-repo/ethanthesleepyone.pgp.key | sudo gpg --dearmor -o /etc/apt/keyrings/ethanthesleepyone.gpg
Step 2: Create repository list thingy
echo "deb [signed-by=/etc/apt/keyrings/ethanthesleepyone.gpg] https://ethanthesleepy.one/deb-repo/ nodistro main" | sudo tee /etc/apt/sources.list.d/ethanthesleepyone.list
Step 4: Update and install app
sudo apt update
sudo apt install rust-server
Current packages
Yeah thats literally it right now
Uninstalling (not unexpected)
sudo rm -rf /etc/apt/sources.list.d/ethanthesleepyone.list
sudo rm -rf /etc/apt/keyrings/ethanthesleepyone.gpg