use --force-yes for 2.2

This commit is contained in:
HoneyryderChuck 2022-11-28 23:19:34 +00:00
parent 31013ba0dd
commit 17297cf062

View File

@ -17,7 +17,7 @@ elif [[ ${RUBY_VERSION:0:3} = "2.1" ]]; then
apt-get update && apt-get install -y --force-yes libsodium-dev iptables iproute2 libmagic-dev shared-mime-info
IPTABLES=iptables
elif [[ ${RUBY_VERSION:0:3} = "2.2" ]]; then
apt-get update && apt-get install -y iptables iproute2 libmagic-dev shared-mime-info
apt-get update && apt-get install -y --force-yes iptables iproute2 libmagic-dev shared-mime-info
IPTABLES=iptables
elif [[ ${RUBY_VERSION:0:3} = "2.3" ]]; then
# installing custom openssl