mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-15 00:22:27 +00:00
Added Sodium libraries to Ubuntu/Debian
This commit is contained in:
parent
208918b57f
commit
05ee69de55
@ -117,6 +117,8 @@ if [[ "$OS" == "Debian" ]]; then
|
|||||||
apt-get $apt_options install wget
|
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
|
||||||
|
apt-get $apt_options install libsodium-dev
|
||||||
|
apt-get $apt_options install libsodium18
|
||||||
|
|
||||||
#::: Install FTP for remote FTP access
|
#::: Install FTP for remote FTP access
|
||||||
echo "proftpd-basic shared/proftpd/inetd_or_standalone select standalone" | debconf-set-selections
|
echo "proftpd-basic shared/proftpd/inetd_or_standalone select standalone" | debconf-set-selections
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user