From 01158d7dd5d5c5a2bb8fe66a8f78cd15ed86801b Mon Sep 17 00:00:00 2001 From: naskya Date: Fri, 5 Apr 2024 05:17:13 +0900 Subject: [PATCH] docs: update notice-for-admins.md --- docs/notice-for-admins.md | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/docs/notice-for-admins.md b/docs/notice-for-admins.md index 15ca9ef17e..944b5703d8 100644 --- a/docs/notice-for-admins.md +++ b/docs/notice-for-admins.md @@ -31,11 +31,11 @@ psql (PostgreSQL) 16.1 In this case, your PostgreSQL major version is `16`. -There are official installation instructions for many operating systems on , so please follow the instructions on this page. However, since many users are using Ubuntu or Debian, and there are no instructions for Arch Linux and Fedora, we explicitly list the instructions for Ubuntu, Debian, Arch Linux and Fedora here. Please keep in mind that this is not official information and the procedures may change. +There are official installation instructions for many operating systems on , so please follow the instructions on this page. However, since many users are using Ubuntu LTS or Debian, and there are no instructions for Arch Linux and Fedora, we explicitly list the instructions for Ubuntu LTS, Debian, Arch Linux and Fedora here. Please keep in mind that this is not official information and the procedures may change. -##### Ubuntu 22.04 LTS or 20.04 LTS +##### Ubuntu LTS -1. Install subdependencies and add apt repository +1. Install subdependencies ```sh sudo apt install -y software-properties-common sudo add-apt-repository -y universe @@ -43,29 +43,35 @@ There are official installation instructions for many operating systems on