aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmkosi.postinst7
1 files changed, 7 insertions, 0 deletions
diff --git a/mkosi.postinst b/mkosi.postinst
index 7d47fcf..2ace2d8 100755
--- a/mkosi.postinst
+++ b/mkosi.postinst
@@ -2,12 +2,19 @@
set -ex
export DEBIAN_FRONTEND=noninteractive
+
# motd
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
+
+
# set up bitwarden
mv /bitwarden_rs /usr/local/bin/ || echo "building"