Skip to content

Commit

Permalink
[vcpkg bootstrap] Include "zip" as required apt dependency in bootstr…
Browse files Browse the repository at this point in the history
…ap error message (#14803)
  • Loading branch information
chausner authored Dec 3, 2020
1 parent ecba240 commit 8062187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ vcpkgCheckRepoTool()
__tool=$1
if ! command -v "$__tool" >/dev/null 2>&1 ; then
echo "Could not find $__tool. Please install it (and other dependencies) with:"
echo "sudo apt-get install curl unzip tar"
echo "sudo apt-get install curl zip unzip tar"
exit 1
fi
}
Expand Down

0 comments on commit 8062187

Please sign in to comment.