aboutsummaryrefslogtreecommitdiffstats
path: root/mkosi.postinst
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2019-11-16 18:30:53 +0100
committerDennis Eriksen <d@ennis.no>2019-11-16 18:30:53 +0100
commit1ee2b891467841f7f4cf25d55d49fae02baebac1 (patch)
tree2ffa4973fa565509866e37852231bcde4819e458 /mkosi.postinst
parentadding updates- and security-repositories (diff)
downloadmkosi-davical-1ee2b891467841f7f4cf25d55d49fae02baebac1.tar.gz
lsb_release is not always installed - using grep and awk instead
Diffstat (limited to 'mkosi.postinst')
-rwxr-xr-xmkosi.postinst5
1 files changed, 3 insertions, 2 deletions
diff --git a/mkosi.postinst b/mkosi.postinst
index bf2fd01..7c5cf03 100755
--- a/mkosi.postinst
+++ b/mkosi.postinst
@@ -8,8 +8,9 @@ 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
+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
# locales