summaryrefslogtreecommitdiffstats
path: root/mkosi.postinst
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2020-04-30 13:27:37 +0200
committerDennis Eriksen <d@ennis.no>2020-04-30 13:27:37 +0200
commitf41655ed652abdd46d61e1492bcc4647c1136e76 (patch)
tree83e4a52aa77f059f0036e468ff67c4cac4a4ee23 /mkosi.postinst
parentexchanging apt with apt-get for better script-compatability (diff)
downloadmkosi-kanboard-f41655ed652abdd46d61e1492bcc4647c1136e76.tar.gz
upgrading to Focal
Diffstat (limited to 'mkosi.postinst')
-rwxr-xr-xmkosi.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkosi.postinst b/mkosi.postinst
index d172104..c2f69f4 100755
--- a/mkosi.postinst
+++ b/mkosi.postinst
@@ -8,7 +8,7 @@ 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}')
+RELEASE=$(grep DISTRIB_CODENAME /etc/lsb-release | awk -F'=' '{print $2}')
echo "deb http://no.archive.ubuntu.com/ubuntu ${RELEASE}-security main universe" >> /etc/apt/sources.list
echo "deb http://no.archive.ubuntu.com/ubuntu ${RELEASE}-updates main universe" >> /etc/apt/sources.list
apt-get update && apt-get --yes full-upgrade && apt-get --yes autoremove