From d328b03911c5c0099a26772de1dbda482e280200 Mon Sep 17 00:00:00 2001 From: Sky <103627444+UnknowUser0@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:59:27 +0700 Subject: [PATCH] added explanation setup-web-autoinstaller.mdx Clarify the commands before installation to avoid mistakes --- docs/installation/setup-web-autoinstaller.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation/setup-web-autoinstaller.mdx b/docs/installation/setup-web-autoinstaller.mdx index 45db87ab..60dd0ec9 100644 --- a/docs/installation/setup-web-autoinstaller.mdx +++ b/docs/installation/setup-web-autoinstaller.mdx @@ -45,6 +45,10 @@ AutoInstaller should only be used in a fresh VPS/Dedicated Server. Do not use it SSH into your VPS/Dedicated Server and run the following command (Make sure to run the script with `root` user, if you are not logged in as root, you can switch to root using `sudo su root` command): +``` +sudo -s +``` +Next : ``` curl -o ~/install.sh https://minetrax.github.io/install.sh && chmod +x ~/install.sh && ~/install.sh ```