From 216c01510d6d48741754eb8ec471719ceeda34f0 Mon Sep 17 00:00:00 2001 From: Adam Boardman Date: Wed, 7 Jul 2021 17:42:10 +0100 Subject: [PATCH] Fixed the temporary path and forced to use https --- scripts/add-gemian-repos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/add-gemian-repos.sh b/scripts/add-gemian-repos.sh index 33ea889..06c3da7 100755 --- a/scripts/add-gemian-repos.sh +++ b/scripts/add-gemian-repos.sh @@ -1,7 +1,7 @@ #!/bin/sh rm -f /etc/resolv.conf -echo "93.189.6.11 gemian-buster.thinkglobally.org" >> /etc/hosts +echo "93.189.6.11 gemian-planet.thinkglobally.org" >> /etc/hosts echo "nameserver 8.8.8.8" > /etc/resolv.conf echo "deb [trusted=yes] http://gemian-planet.thinkglobally.org/bullseye/ bullseye main" >> /etc/apt/sources.list.d/gemian.list @@ -11,4 +11,4 @@ echo "Package: *" >> /etc/apt/preferences.d/gemian.pref echo "Pin: origin gemian-planet.thinkglobally.org" >> /etc/apt/preferences.d/gemian.pref echo "Pin-Priority: 2000" >> /etc/apt/preferences.d/gemian.pref -curl http://gemian.thinkglobally.org/archive-key.asc | apt-key add - +curl https://gemian.thinkglobally.org/archive-key.asc | apt-key add -