updated install_appveyor_byoc.sh

pull/2/head
Hari Sekhon 5 years ago
parent f9b18dd2d1
commit 0210aab42a

@ -32,6 +32,6 @@ EOF
# AppVeyor host dependencies
# sysvinit-tools on RHEL, but appveyor byoc looks for dpkg so is probably only compatible with debian based distributions
if is_linux; then
if grep -q 'debian|ubuntu' /etc/*release; then
"$srcdir/install_packages.sh" libcap2-bin libterm-ui-perl sudo sysvinit-utils
fi

Loading…
Cancel
Save