From 4f7c637a13971114518caefe069bcff5e3f7a5fe Mon Sep 17 00:00:00 2001 From: arhimede Date: Wed, 24 Sep 2025 21:56:25 +0300 Subject: [PATCH] Update server setup instructions for AlmaLinux 10 versions --- docs/book/v1/server-setup.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/book/v1/server-setup.md b/docs/book/v1/server-setup.md index 0c05658..5e2582d 100644 --- a/docs/book/v1/server-setup.md +++ b/docs/book/v1/server-setup.md @@ -1,12 +1,12 @@ # Server setup -> The below instructions are working only on **AlmaLinux 9**. +> The below instructions are working only on **AlmaLinux 9** or **10**. > > For other operating systems, they need to be adapted accordingly. ## Starting point -A server with **AlmaLinux 9** freshly installed, up to date and with root access. +A server with **AlmaLinux 9** or **10** freshly installed, up to date and with root access. ### Update OS @@ -115,7 +115,7 @@ sudo dnf install git ### Composer ```shell -wget https://getcomposer.org/installer -O composer-installer.php +sudo wget https://getcomposer.org/installer -O composer-installer.php ``` ```shell @@ -123,7 +123,7 @@ sudo chmod 777 /usr/local/bin ``` ```shell -php composer-installer.php --filename=composer --install-dir=/usr/local/bin +sudo php composer-installer.php --filename=composer --install-dir=/usr/local/bin ``` ### Firewall setup