diff options
author | Dennis Eriksen <d@ennis.no> | 2020-03-16 10:55:22 +0100 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2020-03-16 10:55:22 +0100 |
commit | 6486ce54838325d0f1e12dcadb7a0836de86b07f (patch) | |
tree | d40e235777b9f31847f690e717afa35942b22c57 /mkosi.postinst | |
parent | lsb_release is not always installed - using grep and awk instead (diff) | |
download | mkosi-davical-6486ce54838325d0f1e12dcadb7a0836de86b07f.tar.gz |
updating repo-location
Diffstat (limited to 'mkosi.postinst')
-rwxr-xr-x | mkosi.postinst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mkosi.postinst b/mkosi.postinst index 7c5cf03..84e9bb3 100755 --- a/mkosi.postinst +++ b/mkosi.postinst @@ -9,8 +9,8 @@ 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 +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 update && apt --yes full-upgrade && apt --yes autoremove # locales |