Skip to content

Commit

Permalink
Bump vagrant version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Mar 15, 2024
1 parent f252dec commit 0a943b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -o errexit
set -o pipefail

msg="Summary \n"
export PKG_VAGRANT_VERSION=${PKG_VAGRANT_VERSION:-2.3.7}
export PKG_VAGRANT_VERSION=${PKG_VAGRANT_VERSION:-2.4.1}
export PKG_VIRTUALBOX_VERSION=6.1
export PKG_QAT_DRIVER_VERSION=1.7.l.4.11.0-00001
if [ "${DEBUG:-false}" == "true" ]; then
Expand Down
2 changes: 1 addition & 1 deletion validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if ! command -v vagrant >/dev/null; then
error "Vagrant command line wasn't installed"
fi

if [[ "$(vagrant version | awk 'NR==1{print $3}')" != "2.3.7" ]]; then
if [[ "$(vagrant version | awk 'NR==1{print $3}')" != "2.4.1" ]]; then
warn "Vagrant command line has different version"
fi

Expand Down

0 comments on commit 0a943b1

Please sign in to comment.