From 58b7862e0a703a19f22e65da7f5aa1eea386badd Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Sun, 20 Aug 2017 21:14:30 +0200 Subject: [PATCH] Use https everywhere --- auto/config | 2 +- config/hooks.oem/004-setup-oem.hook.chroot | 4 ++-- .../includes.chroot.oem/var/lib/pureos-oem/di-preseed.cfg.in | 2 +- helper/make_chroot.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/auto/config b/auto/config index d247f53..0b45b2f 100755 --- a/auto/config +++ b/auto/config @@ -19,7 +19,7 @@ else fi # repository URL -PUREOS_REPO="http://repo.puri.sm/pureos" +PUREOS_REPO="https://repo.puri.sm/pureos" # current architecture arch=$(dpkg --print-architecture) diff --git a/config/hooks.oem/004-setup-oem.hook.chroot b/config/hooks.oem/004-setup-oem.hook.chroot index bdddfce..5e68af8 100755 --- a/config/hooks.oem/004-setup-oem.hook.chroot +++ b/config/hooks.oem/004-setup-oem.hook.chroot @@ -9,8 +9,8 @@ cd $OEM_DIR apt install -y ca-certificates # d-i components -wget http://repo.pureos.net/pureos/dists/green/main/installer-amd64/current/images/hd-media/gtk/initrd.gz -wget http://repo.pureos.net/pureos/dists/green/main/installer-amd64/current/images/hd-media/gtk/vmlinuz +wget https://repo.pureos.net/pureos/dists/green/main/installer-amd64/current/images/hd-media/gtk/initrd.gz +wget https://repo.pureos.net/pureos/dists/green/main/installer-amd64/current/images/hd-media/gtk/vmlinuz # PureOS image wget --progress=dot:giga -O pureos.iso https://downloads.puri.sm/snapshots/2017-08-20/pureos-8.0-live-amd64.hybrid.iso diff --git a/config/includes.chroot.oem/var/lib/pureos-oem/di-preseed.cfg.in b/config/includes.chroot.oem/var/lib/pureos-oem/di-preseed.cfg.in index 4794ddd..91d6002 100644 --- a/config/includes.chroot.oem/var/lib/pureos-oem/di-preseed.cfg.in +++ b/config/includes.chroot.oem/var/lib/pureos-oem/di-preseed.cfg.in @@ -86,5 +86,5 @@ d-i finish-install/reboot_in_progress note d-i preseed/late_command string cp /cdrom/purism/50_custom /target/etc/grub.d/50_custom; \ chmod a+x /target/etc/grub.d/50_custom; \ echo "GRUB_DISABLE_OS_PROBER=true" >> /target/etc/default/grub; \ - echo -e "#\n\ndeb http://repo.puri.sm/pureos/ green main" > /target/etc/apt/sources.list; \ + echo -e "#\n\ndeb https://repo.puri.sm/pureos/ green main" > /target/etc/apt/sources.list; \ in-target update-grub; diff --git a/helper/make_chroot.sh b/helper/make_chroot.sh index 062bc31..fc653dc 100755 --- a/helper/make_chroot.sh +++ b/helper/make_chroot.sh @@ -5,4 +5,4 @@ debootstrap \ --keyring=/usr/share/keyrings/pureos-archive-keyring.gpg \ green \ lbchroot \ - http://repo.puri.sm/pureos + https://repo.puri.sm/pureos