mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-06 10:22:26 +00:00
Updated Linux Server (markdown)
parent
3fa33835ae
commit
5b7a887b47
@ -21,13 +21,13 @@ This isn't necessary if you're running from the `18.04` iso.
|
|||||||
*curl*
|
*curl*
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -O https://raw.githubusercontent.com/EQEmu/Server/master/utils/scripts/linux_installer/install.sh install.sh && chmod 755 install.sh && ./install.sh
|
curl -O https://raw.githubusercontent.com/EQEmu/Server/master/utils/scripts/linux_installer/install.sh && chmod 755 install.sh && ./install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
*wget*
|
*wget*
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget --no-check-certificate https://raw.githubusercontent.com/EQEmu/Server/master/utils/scripts/linux_installer/install.sh -O install.sh && chmod 755 install.sh && ./install.sh
|
wget --no-check-certificate https://raw.githubusercontent.com/EQEmu/Server/master/utils/scripts/linux_installer/install.sh && chmod 755 install.sh && ./install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### Enter Environment Parameters
|
### Enter Environment Parameters
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user