Fixed the temporary path and forced to use https

This commit is contained in:
Adam Boardman 2021-07-07 17:42:10 +01:00
parent b0854a1c2c
commit 216c01510d

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
rm -f /etc/resolv.conf 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 "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 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: origin gemian-planet.thinkglobally.org" >> /etc/apt/preferences.d/gemian.pref
echo "Pin-Priority: 2000" >> /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 -