Skip to content

Commit

Permalink
liteserver_installation_command_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
reveloper committed Nov 14, 2023
1 parent b258098 commit c79f911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/participate/run-nodes/liteserver.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ This will reduce liteserver synchronization time by several times.
<TabItem value="ubuntu" label="Ubuntu">

```bash
sudo bash install.sh -m full -d
sudo bash install.sh -m lite -d
```

</TabItem>
<TabItem value={'debian'} label={'Debian'}>

```bash
su root -c 'bash install.sh -m full -d'
su root -c 'bash install.sh -m lite -d'
```

</TabItem>
Expand Down

0 comments on commit c79f911

Please sign in to comment.