mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-24 06:56:42 +00:00
Use port 80 for key server.
This commit is contained in:
parent
b792be00f9
commit
57cb457b5d
@ -146,7 +146,7 @@ deb-src http://archive.ubuntu.com/ubuntu/ ${UBUNTU_CODENAME}-updates main univer
|
|||||||
EOFLIST2
|
EOFLIST2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A2E3EF7B
|
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A2E3EF7B
|
||||||
|
|
||||||
log "Update system packages"
|
log "Update system packages"
|
||||||
apt-get update
|
apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user