From 3870682d5c79e43f22d4366bd044a6bc782b1bc6 Mon Sep 17 00:00:00 2001 From: dennis Date: Fri, 3 Apr 2020 09:34:44 +0200 Subject: repo has moved a bit --- mkosi.default | 2 +- mkosi.postinst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mkosi.default b/mkosi.default index aacee0b..83d21df 100644 --- a/mkosi.default +++ b/mkosi.default @@ -2,7 +2,7 @@ Distribution=ubuntu Release=bionic Repositories=main,universe -Mirror=http://no.archive.ubuntu.com +Mirror=http://no.archive.ubuntu.com/default [Output] Format=directory diff --git a/mkosi.postinst b/mkosi.postinst index d04f129..0424a99 100755 --- a/mkosi.postinst +++ b/mkosi.postinst @@ -10,8 +10,8 @@ systemctl mask motd-news.timer # Add update- and security-repositories, and perform upgrade RELEASE=$(cat /etc/lsb-release | grep DISTRIB_CODENAME | awk -F'=' '{print $2}') -echo "deb http://no.archive.ubuntu.com ${RELEASE}-security main universe" >> /etc/apt/sources.list -echo "deb http://no.archive.ubuntu.com ${RELEASE}-updates main universe" >> /etc/apt/sources.list +echo "deb http://no.archive.ubuntu.com/ubuntu ${RELEASE}-security main universe" >> /etc/apt/sources.list +echo "deb http://no.archive.ubuntu.com/ubuntu ${RELEASE}-updates main universe" >> /etc/apt/sources.list apt update && apt --yes full-upgrade && apt --yes autoremove # sonarr -- cgit v1.2.3