mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Added wget to Debian/Ubuntu section
Ubuntu 17 doesn't seem to have wget installed on a minimal installation. Added a line to install it.
This commit is contained in:
parent
cfd7e9f4d3
commit
f2b9c1a247
@ -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