Skip to content

Instantly share code, notes, and snippets.

@philroche
Last active November 15, 2016 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philroche/ce90979ee244a0b166e3e81b2f2a8604 to your computer and use it in GitHub Desktop.
Save philroche/ce90979ee244a0b166e3e81b2f2a8604 to your computer and use it in GitHub Desktop.
sudo gpg --keyserver keyserver.ubuntu.com --recv-keys 2E0CC76D
sudo gpg -a --export 2E0CC76D > 2E0CC76D.key
sudo gpg --no-default-keyring --keyring ./2E0CC76D.gpg --import 2E0CC76D.key
cp 2E0CC76D.gpg squashfs-root/etc/apt/trusted.gpg.d/
echo 'deb http://ppa.launchpad.net/philroche/philroche-staging/ubuntu yakkety main' > squashfs-root/etc/apt/sources.list.d/philroche-staging.list
sudo chroot squashfs-root/ apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment