diff --git a/scripts/ci-aegir-stable-install-apt-debian9.sh b/scripts/ci-aegir-stable-install-apt-debian9.sh index 11414a335b759421b02ea957b4e39a3a558fbfed..b56db0be6b2fe5e084219e4fe9cfe0a6a18ff0b7 100755 --- a/scripts/ci-aegir-stable-install-apt-debian9.sh +++ b/scripts/ci-aegir-stable-install-apt-debian9.sh @@ -5,7 +5,7 @@ # -sudo apt-get install --yes wget +sudo apt-get install --yes wget apt-transport-https sudo wget -O /usr/share/keyrings/aegir-archive-keyring.gpg https://debian.aegirproject.org/aegir-archive-keyring.gpg echo "deb [signed-by=/usr/share/keyrings/aegir-archive-keyring.gpg] https://debian.aegirproject.org stable main" | sudo tee -a /etc/apt/sources.list.d/aegir-stable.list