From fa678671661abb79066cf85da5dc7a4ccefd54a0 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Sat, 16 Nov 2019 17:14:04 +0100 Subject: adding updates- and security-repositories --- mkosi.postinst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mkosi.postinst') diff --git a/mkosi.postinst b/mkosi.postinst index 32124b4..f60d6ed 100755 --- a/mkosi.postinst +++ b/mkosi.postinst @@ -7,6 +7,11 @@ chmod 644 /etc/update-motd.d/* systemctl mask motd-news.service systemctl mask motd-news.timer +# Add update- and security-repositories, and perform upgrade +echo "deb http://no.archive.ubuntu.com $(lsb_release --short --codename)-security main universe" >> /etc/apt/sources.list +echo "deb http://no.archive.ubuntu.com $(lsb_release --short --codename)-updates main universe" >> /etc/apt/sources.list +apt update && apt --yes full-upgrade && apt --yes autoremove + # locales sed -i 's/# en_IE.UTF-8 UTF-8/en_IE.UTF-8 UTF-8/' /etc/locale.gen locale-gen -- cgit v1.2.3