Skip to content
Snippets Groups Projects
Commit eb7b01f4 authored by Bob Mottram's avatar Bob Mottram
Browse files

Obtaining tox repo key

parent 5f41af2f
No related branches found
No related tags found
No related merge requests found
......@@ -688,7 +688,9 @@ function enable_tox_repo {
echo 'deb http://download.opensuse.org/repositories/home:/antonbatenev:/tox/Debian_8.0/ /' > $rootdir/etc/apt/sources.list.d/tox.list
chroot "$rootdir" /usr/bin/wget -q http://download.opensuse.org/repositories/home:antonbatenev:tox/Debian_8.0/Release.key -O- | apt-key add -
chroot "$rootdir" /usr/bin/wget -q http://download.opensuse.org/repositories/home:antonbatenev:tox/Debian_8.0/Release.key -O- > /root/tox.key
chroot "$rootdir" apt-key add /root/tox.key
chroot "$rootdir" rm /root/tox.key
chroot "$rootdir" apt-get update
echo "Tox Repository Installed."
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment