From 44a1a74412a962bea8bd494b720e5edba17af13c Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Thu, 9 Jan 2025 08:35:15 -0300 Subject: [PATCH] Update install guide with Debian 11 setup link --- content/install/steps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/install/steps.md b/content/install/steps.md index d2a7677..44248de 100644 --- a/content/install/steps.md +++ b/content/install/steps.md @@ -10,8 +10,8 @@ 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-12 - + https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-22-04 + + 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. - 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