From 09cf5251ef1fc264afcd931c6f6d999748d7abca Mon Sep 17 00:00:00 2001 From: tim Date: Sat, 14 Aug 2021 05:44:02 +0000 Subject: [PATCH] Update --- pimox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pimox.sh b/pimox.sh index ede833a..4010bdc 100755 --- a/pimox.sh +++ b/pimox.sh @@ -1,6 +1,6 @@ #! /bin/sh -curl https://gitlab.home/pimox/pimox7/-/raw/master/KEY.gpg | apt-key add - +curl http://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