From 0c563dd2bb8d08e7e5fec20918bf07d9113d6210 Mon Sep 17 00:00:00 2001 From: Adam Boardman Date: Thu, 8 Apr 2021 16:42:25 +0100 Subject: [PATCH] Temporary patch whilst recently built items are held back --- scripts/add-gemian-repos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/add-gemian-repos.sh b/scripts/add-gemian-repos.sh index fc5cbe4..5bd289f 100755 --- a/scripts/add-gemian-repos.sh +++ b/scripts/add-gemian-repos.sh @@ -1,6 +1,7 @@ #!/bin/sh rm -f /etc/resolv.conf +echo "93.189.6.11 gemian-buster.thinkglobally.org" >> /etc/hosts echo "nameserver 8.8.8.8" > /etc/resolv.conf echo "deb [trusted=yes] http://gemian.thinkglobally.org/buster/ buster main" >> /etc/apt/sources.list.d/gemian.list