aboutsummaryrefslogtreecommitdiffstats
path: root/mkosi.postinst
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2020-03-16 11:37:26 +0100
committerDennis Eriksen <d@ennis.no>2020-03-16 11:37:26 +0100
commit0487b253c03b3b75ecf88943d797396ba44e1a32 (patch)
tree764409ee4f5416b45db15b3277bbaf20c43e0750 /mkosi.postinst
parentadding readme (diff)
downloadmkosi-ffsync-0487b253c03b3b75ecf88943d797396ba44e1a32.tar.gz
updating repo-location
Diffstat (limited to '')
-rwxr-xr-xmkosi.postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkosi.postinst b/mkosi.postinst
index e04f0be..60df454 100755
--- a/mkosi.postinst
+++ b/mkosi.postinst
@@ -9,8 +9,8 @@ systemctl mask motd-news.timer
# Add update- and security-repositories, and perform upgrade
RELEASE=$(grep DISTRIB_CODENAME /etc/lsb-release | 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
# locales