mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-22 00:03:25 -04:00
use --force-yes for 2.2
This commit is contained in:
parent
31013ba0dd
commit
17297cf062
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user