aboutsummaryrefslogtreecommitdiffstats
path: root/mkosi.postinst
diff options
context:
space:
mode:
authordennis <dennis@mrslave>2019-11-16 18:29:28 +0100
committerdennis <dennis@mrslave>2019-11-16 18:29:28 +0100
commit7e6ec16e90427d32b5ecf17c9e84a57567177372 (patch)
treedd5a109b825b8ad898421e9dc3dca56661b5ea17 /mkosi.postinst
parentmoving from skeleton to extra, and disabling dhcp (diff)
downloadmkosi-pihole-7e6ec16e90427d32b5ecf17c9e84a57567177372.tar.gz
adding update- and security-repos
Diffstat (limited to 'mkosi.postinst')
-rwxr-xr-xmkosi.postinst6
1 files changed, 6 insertions, 0 deletions
diff --git a/mkosi.postinst b/mkosi.postinst
index eff1633..a8b76a6 100755
--- a/mkosi.postinst
+++ b/mkosi.postinst
@@ -7,6 +7,12 @@ chmod 644 /etc/update-motd.d/*
systemctl mask motd-news.service
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
+apt update && apt --yes full-upgrade && apt --yes autoremove
+
# network
systemctl enable systemd-networkd