From 1ff130d4d931c251f88c1a7d71a01c96df2efd1c Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Wed, 15 Jan 2025 08:33:49 -0300 Subject: [PATCH] Update OS version requirements to Debian 12 and Ubuntu 24.04 --- content/install/steps.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/install/steps.md b/content/install/steps.md index 446f59f..c5bcf9b 100644 --- a/content/install/steps.md +++ b/content/install/steps.md @@ -9,9 +9,9 @@ summary: First steps to install YAMS on your server YAMS only needs a few things to get started: -- Debian 12 (recommended) or Ubuntu 22.04. If your OS isn't ready yet, check out these guides: - + https://www.digitalocean.com/community/tutorials/initial-server-setup-with-debian-11 (this one is for Debian 11, but it should be the same). - + https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-22-04. +- Debian 12 (recommended) or Ubuntu 24.04. If your OS isn't ready yet, check out these guides: + + https://www.digitalocean.com/community/tutorials/initial-server-setup-with-debian-11 (this tutorial is for Debian 11, but it should be the same). + + https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-22-04 (this tutorial is for Ubuntu 22.04, but is should be the same). - Your OS needs to be properly configured. That means: + You have a user that is not `root` (because we're responsible adults 😎) + You can run `sudo apt update` and `sudo apt upgrade` without errors