mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Update aptly key
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user