diff --git a/install-deps.sh b/install-deps.sh index 21e71ee7797..fa330035c8d 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -33,7 +33,7 @@ fi case $(lsb_release -si) in Ubuntu|Debian|Devuan) - $SUDO apt-get install -y dpkg-dev + $SUDO apt-get install -y dpkg-dev gcc if ! test -r debian/control ; then echo debian/control is not a readable file exit 1