From a8411a047075db0db045c00f83ab3cb341275614 Mon Sep 17 00:00:00 2001 From: tim Date: Sat, 14 Aug 2021 05:43:09 +0000 Subject: [PATCH] Update --- pimox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pimox.sh b/pimox.sh index df2f394..ede833a 100755 --- a/pimox.sh +++ b/pimox.sh @@ -1,7 +1,7 @@ #! /bin/sh -curl https://gitlab.com/pimox/pimox7/-/raw/master/KEY.gpg | apt-key add - +curl https://gitlab.home/pimox/pimox7/-/raw/master/KEY.gpg | apt-key add - echo "deb http://gitlab.home/pimox/pimox7/-/raw/master/ dev/" > /etc/apt/sources.list.d/pimox.list echo "deb http://deb.debian.org/debian bullseye contrib" > /etc/apt/sources.list.d/buster-contrib.list apt update -apt install proxmox-ve +apt install -y proxmox-ve