From 076e64fdff6be1e8c50bef918836fb04c946890d Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 20 Oct 2014 16:55:14 +0100 Subject: [PATCH] highlight jsonc, only use apt-key --- vm/firstboot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/firstboot.sh b/vm/firstboot.sh index 78677860..25b47a36 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