|
@ -343,7 +343,7 @@ fn_deps_build_debian(){ |
|
|
array_deps_missing=() |
|
|
array_deps_missing=() |
|
|
|
|
|
|
|
|
# LinuxGSM requirements. |
|
|
# LinuxGSM requirements. |
|
|
array_deps_required=( curl wget ca-certificates file bsdmainutils util-linux python3 tar bzip2 gzip unzip binutils bc jq tmux netcat ) |
|
|
array_deps_required=( curl wget ca-certificates file bsdmainutils util-linux python3 tar bzip2 gzip unzip binutils bc jq tmux netcat cpio ) |
|
|
|
|
|
|
|
|
# All servers except ts3, mumble, GTA and minecraft servers require lib32stdc++6 and lib32gcc1. |
|
|
# All servers except ts3, mumble, GTA and minecraft servers require lib32stdc++6 and lib32gcc1. |
|
|
if [ "${shortname}" != "ts3" ]&&[ "${shortname}" != "mumble" ]&&[ "${shortname}" != "mc" ]&&[ "${engine}" != "renderware" ]; then |
|
|
if [ "${shortname}" != "ts3" ]&&[ "${shortname}" != "mumble" ]&&[ "${shortname}" != "mc" ]&&[ "${engine}" != "renderware" ]; then |
|
@ -470,15 +470,15 @@ fn_deps_build_redhat(){ |
|
|
# LinuxGSM requirements. |
|
|
# LinuxGSM requirements. |
|
|
# CentOS |
|
|
# CentOS |
|
|
if [ "${distroversion}" == "7" ]; then |
|
|
if [ "${distroversion}" == "7" ]; then |
|
|
array_deps_required=( epel-release curl wget util-linux python3 file tar gzip bzip2 unzip binutils bc jq tmux nmap-ncat ) |
|
|
array_deps_required=( epel-release curl wget util-linux python3 file tar gzip bzip2 unzip binutils bc jq tmux nmap-ncat cpio ) |
|
|
elif [ "${distroversion}" == "8" ]; then |
|
|
elif [ "${distroversion}" == "8" ]; then |
|
|
array_deps_required=( epel-release curl wget util-linux python36 file tar gzip bzip2 unzip binutils bc jq tmux nmap-ncat ) |
|
|
array_deps_required=( epel-release curl wget util-linux python36 file tar gzip bzip2 unzip binutils bc jq tmux nmap-ncat cpio ) |
|
|
elif [ "${distroid}" == "fedora" ]; then |
|
|
elif [ "${distroid}" == "fedora" ]; then |
|
|
array_deps_required=( curl wget util-linux python3 file tar gzip bzip2 unzip binutils bc jq tmux nmap-ncat ) |
|
|
array_deps_required=( curl wget util-linux python3 file tar gzip bzip2 unzip binutils bc jq tmux nmap-ncat cpio ) |
|
|
elif [[ "${distroname}" == *"Amazon Linux AMI"* ]]; then |
|
|
elif [[ "${distroname}" == *"Amazon Linux AMI"* ]]; then |
|
|
array_deps_required=( curl wget util-linux python3 file tar gzip bzip2 unzip binutils bc jq tmux nmap-ncat ) |
|
|
array_deps_required=( curl wget util-linux python3 file tar gzip bzip2 unzip binutils bc jq tmux nmap-ncat cpio ) |
|
|
else |
|
|
else |
|
|
array_deps_required=( curl wget util-linux python3 file tar gzip bzip2 unzip binutils bc jq tmux nmap-ncat ) |
|
|
array_deps_required=( curl wget util-linux python3 file tar gzip bzip2 unzip binutils bc jq tmux nmap-ncat cpio ) |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
# All servers except ts3, mumble, multi theft auto and minecraft servers require glibc.i686 and libstdc++.i686. |
|
|
# All servers except ts3, mumble, multi theft auto and minecraft servers require glibc.i686 and libstdc++.i686. |
|
|