diff --git a/docs/installation/setup-web-autoinstaller.mdx b/docs/installation/setup-web-autoinstaller.mdx index 45db87a..60dd0ec 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 ```