Update aptly key

This commit is contained in:
Igor Pečovnik
2018-07-01 17:21:36 +02:00
committed by GitHub
parent c63b2129f6
commit 8aacc920da

View File

@@ -585,7 +585,7 @@ prepare_host()
# distribution packages are buggy, download from author
if [[ ! -f /etc/apt/sources.list.d/aptly.list ]]; then
display_alert "Updating from external repository" "aptly" "info"
wget -qO - https://www.aptly.info/pubkey.txt | apt-key add - >/dev/null 2>&1
apt-key adv --keyserver pool.sks-keyservers.net --recv-keys ED75B5A4483DA07C >/dev/null 2>&1
echo "deb http://repo.aptly.info/ squeeze main" > /etc/apt/sources.list.d/aptly.list
fi