Update PureOS repo URL

merge-requests/1/head
Matthias Klumpp 8 years ago
parent 507fee538c
commit 49fadbfba5

@ -11,6 +11,9 @@ else
NORMAL= NORMAL=
fi fi
# repository URL
PUREOS_REPO="http://repo.puri.sm/pureos"
# current architecture # current architecture
arch=$(dpkg --print-architecture) arch=$(dpkg --print-architecture)
@ -81,12 +84,12 @@ lb config noauto \
--distribution "$dist" \ --distribution "$dist" \
--binary-images iso-hybrid \ --binary-images iso-hybrid \
--archive-areas "main" \ --archive-areas "main" \
--mirror-bootstrap http://dak.puri.sm/pureos \ --mirror-bootstrap $PUREOS_REPO \
--mirror-binary http://dak.puri.sm/pureos \ --mirror-binary $PUREOS_REPO \
--mirror-debian-installer http://dak.puri.sm/pureos \ --mirror-debian-installer $PUREOS_REPO \
--parent-mirror-bootstrap http://dak.puri.sm/pureos \ --parent-mirror-bootstrap $PUREOS_REPO \
--parent-mirror-binary http://dak.puri.sm/pureos \ --parent-mirror-binary $PUREOS_REPO \
--parent-mirror-debian-installer http://dak.puri.sm/pureos \ --parent-mirror-debian-installer $PUREOS_REPO \
--apt-source-archives false \ --apt-source-archives false \
--keyring-packages pureos-archive-keyring \ --keyring-packages pureos-archive-keyring \
--bootloader syslinux \ --bootloader syslinux \

@ -4,6 +4,6 @@ sudo debootstrap \
--keyring=/usr/share/keyrings/pureos-archive-keyring.gpg \ --keyring=/usr/share/keyrings/pureos-archive-keyring.gpg \
green \ green \
lbchroot \ lbchroot \
http://dak.puri.sm/pureos http://repo.puri.sm/pureos
sudo chroot lbchroot 'ln /usr/share/debootstrap/scripts/testing /usr/share/debootstrap/scripts/green' sudo chroot lbchroot 'ln /usr/share/debootstrap/scripts/testing /usr/share/debootstrap/scripts/green'

Loading…
Cancel
Save