mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-18 03:01:29 +00:00
Merge branch 'master' of git://github.com/EQEmu/Server
This commit is contained in:
commit
ba9f33cf56
10
README.md
10
README.md
@ -20,14 +20,14 @@
|
|||||||
* [Easy Install](http://wiki.eqemulator.org/p?Akkas_PEQ_Server_Installer&frm=Main#from-scratch-installation-instructions-windows)
|
* [Easy Install](http://wiki.eqemulator.org/p?Akkas_PEQ_Server_Installer&frm=Main#from-scratch-installation-instructions-windows)
|
||||||
* [Advanced Setup](http://wiki.eqemulator.org/p?Complete_Windows-based_Server_Setup_Guide)
|
* [Advanced Setup](http://wiki.eqemulator.org/p?Complete_Windows-based_Server_Setup_Guide)
|
||||||
|
|
||||||
### > Debian/Ubuntu
|
|
||||||
|
|
||||||
|
### > Debian/Ubuntu/CentOS/Fedora
|
||||||
|
* You can use curl or wget to kick off the installer (whichever your OS has)
|
||||||
|
> curl -O https://raw.githubusercontent.com/EQEmu/Server/master/utils/scripts/linux_installer/install.sh 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 -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 -O install.sh && chmod 755 install.sh && ./install.sh
|
||||||
|
|
||||||
### > CentOS/Fedora
|
|
||||||
|
|
||||||
> curl -O https://raw.githubusercontent.com/EQEmu/Server/master/utils/scripts/linux_installer/install.sh install.sh && chmod 755 install.sh && ./install.sh
|
|
||||||
|
|
||||||
## Supported Clients
|
## Supported Clients
|
||||||
|
|
||||||
|Titanium Edition|Secrets of Faydwer|Seeds of Destruction|Underfoot|Rain of Fear|
|
|Titanium Edition|Secrets of Faydwer|Seeds of Destruction|Underfoot|Rain of Fear|
|
||||||
|
|||||||
@ -114,6 +114,7 @@ if [[ "$OS" == "Debian" ]]; then
|
|||||||
apt-get $apt_options install open-vm-tools
|
apt-get $apt_options install open-vm-tools
|
||||||
apt-get $apt_options install unzip
|
apt-get $apt_options install unzip
|
||||||
apt-get $apt_options install uuid-dev
|
apt-get $apt_options install uuid-dev
|
||||||
|
apt-get $apt_options install wget
|
||||||
apt-get $apt_options install zlib-bin
|
apt-get $apt_options install zlib-bin
|
||||||
apt-get $apt_options install zlibc
|
apt-get $apt_options install zlibc
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user