Skip to content

Commit

Permalink
Fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner committed Mar 6, 2024
1 parent 0426c9d commit d000a72
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/mainsail/installation/script.md.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,18 @@

### Step 4: Run the Installation Script

Here, we will use the `install.sh` script. This installs Mainsail Core and all of its dependencies onto your server, then publishes the configuration files for it.
Here, we will use the `install-alpha.sh` script. This installs Mainsail Core and all of its dependencies onto your server, then publishes the configuration files for it.

Run the install script by copying and pasting this one line command into your terminal:
You can download script by copying and pasting this one line command into your terminal:

```bash
bash <(curl -s https://raw.githubusercontent.com/ArkEcosystem/core/master/install.sh)
wget https://raw.githubusercontent.com/ArkEcosystem/mainsail/main/scripts/install-alpha.sh
```

Then, run the install script by copying and pasting this one line command into your terminal:

```bash
bash install-alpha.sh
```

You will be asked to input your user password to grant sudo privileges:
Expand Down

0 comments on commit d000a72

Please sign in to comment.