X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fshell%2Finstall-deb-cpprest.sh;h=2fcf69813a672d45fb572c6a8300d60268ad8c9d;hb=fc1cda3f9a4a180908e167f769b65d94aa27b150;hp=7339b191ba1f87391f719fe3f93363e3a293322b;hpb=75639eac9ccb27b1809a6cf892f740e2425e4923;p=ci-management.git diff --git a/jjb/shell/install-deb-cpprest.sh b/jjb/shell/install-deb-cpprest.sh index 7339b191..2fcf6981 100644 --- a/jjb/shell/install-deb-cpprest.sh +++ b/jjb/shell/install-deb-cpprest.sh @@ -22,6 +22,6 @@ echo "---> install-deb-cpprest.sh" # stop on error or unbound var, and be chatty set -eux -sudo apt-get update --fix-misisng && sudo apt-get -q -y install libcpprest-dev +sudo apt-get update --fix-missing && sudo apt-get -y install libcpprest-dev echo "---> install-deb-cpprest.sh ends"