mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-18 15:31:33 +00:00
Ubuntu Server 18 LTS compile fix
This commit is contained in:
parent
a828443b46
commit
d0e960e64b
@ -120,6 +120,7 @@ if [[ "$OS" == "Debian" ]]; then
|
|||||||
apt-get $apt_options install libsodium-dev
|
apt-get $apt_options install libsodium-dev
|
||||||
apt-get $apt_options install libsodium18
|
apt-get $apt_options install libsodium18
|
||||||
apt-get $apt_options install libjson-perl
|
apt-get $apt_options install libjson-perl
|
||||||
|
apt-get $apt_options install libssl-dev
|
||||||
|
|
||||||
# Install libsodium
|
# Install libsodium
|
||||||
wget http://ftp.us.debian.org/debian/pool/main/libs/libsodium/libsodium-dev_1.0.11-1~bpo8+1_amd64.deb -O /home/eqemu/libsodium-dev.deb
|
wget http://ftp.us.debian.org/debian/pool/main/libs/libsodium/libsodium-dev_1.0.11-1~bpo8+1_amd64.deb -O /home/eqemu/libsodium-dev.deb
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user