diff --git a/vm/firstboot.sh b/vm/firstboot.sh index 786778608..25b47a36d 100755 --- a/vm/firstboot.sh +++ b/vm/firstboot.sh @@ -10,8 +10,7 @@ export DEBIAN_FRONTEND=noninteractive if [ "$ID" == "debian" ]; then SYSTEMD="yes" echo "deb http://ppa.launchpad.net/j/pandora/ubuntu trusty main" > /etc/apt/sources.list.d/j-pandora.list - gpg --keyserver keyserver.ubuntu.com --recv-keys 01975EF3 - gpg -a --export 01975EF3 | apt-key add - + apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 01975EF3 else SYSTEMD="no" if [ "$UBUNTU_VERSION" == "12.04" ]; then @@ -255,6 +254,7 @@ vmap "+y filetype plugin indent on syntax on +au BufNewFile,BufRead *.jsonc setf javascript nmap :tabprev nmap :tabnext