diff --git a/scripts/deps.sh b/scripts/deps.sh index a5561a6..ca038a7 100755 --- a/scripts/deps.sh +++ b/scripts/deps.sh @@ -13,6 +13,7 @@ source /etc/os-release msg "Installing system build dependencies" if [[ "${ID}" =~ "debian" ]] || [[ "${ID_LIKE}" =~ "debian" ]]; then + sudo apt-get update sudo apt-get install \ --no-install-recommends \ --yes \