aboutsummaryrefslogtreecommitdiffstats
path: root/mkosi.postinst
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2019-11-16 17:08:11 +0100
committerDennis Eriksen <d@ennis.no>2019-11-16 17:08:11 +0100
commitf1843c61c47ec1e78252f94f585be64cf64d5ea8 (patch)
treeba186e3b905ac381de29ba3dc9f5966299ab0299 /mkosi.postinst
parentfuck ubuntus motd (diff)
downloadmkosi-filebin-f1843c61c47ec1e78252f94f585be64cf64d5ea8.tar.gz
adding updates- and security-repositories
Diffstat (limited to 'mkosi.postinst')
-rwxr-xr-xmkosi.postinst5
1 files changed, 5 insertions, 0 deletions
diff --git a/mkosi.postinst b/mkosi.postinst
index 185ae4e..2ab60b8 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