From 46028710db4e3c0a2f8171735cd33826dd387d5e Mon Sep 17 00:00:00 2001 From: Cheesehamster983 Date: Fri, 3 Apr 2026 18:13:32 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6496822..95b3601 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,17 @@ TuxCraft a simple minecraft server hosting tool. Use this command to download the latest version of TuxCraft: -sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/main/tuxcraft_7.3.deb" && sudo dpkg -i tuxcraft_7.3.deb +sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/main/tuxcraft_8.1.deb" && sudo dpkg -i tuxcraft_8.1.deb Or a more manual way to install tuxcraft: -curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/main/tuxcraft_7.3.deb +curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/main/tuxcraft_8.1.deb And after the command above use this command: -sudo dpkg -i tuxcraft_7.3.deb +sudo dpkg -i tuxcraft_8.1.deb And then you have TuxCraft installed!