diff --git a/install.sh b/install.sh index 9ac0143..b598e37 100755 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ if [ "$HC" = "hoverctl not found" ]; $(brew install hoverfly) fi if [ "$OS" = "Linux" ]; then - $(wget https://github.com/SpectoLabs/hoverfly/releases/download/v1.0.0/hoverfly_bundle_linux_amd64.zip) + $(wget https://github.com/SpectoLabs/hoverfly/releases/download/v1.10.2/hoverfly_bundle_linux_amd64.zip) $(unzip hoverfly_bundle_linux_amd64.zip) $(sudo mv hoverctl /usr/local/bin) $(sudo mv hoverfly /usr/local/bin)