diff options
author | dennis <dennis@mrslave> | 2020-04-03 09:34:44 +0200 |
---|---|---|
committer | dennis <dennis@mrslave> | 2020-04-03 09:34:44 +0200 |
commit | 3870682d5c79e43f22d4366bd044a6bc782b1bc6 (patch) | |
tree | 92d6b61658a9feecd5b4f065144a6fb7d936a912 /mkosi.postinst | |
parent | installing sonarr and libcurl (diff) | |
download | mkosi-sonarr-3870682d5c79e43f22d4366bd044a6bc782b1bc6.tar.gz |
repo has moved a bit
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 d04f129..0424a99 100755 --- a/mkosi.postinst +++ b/mkosi.postinst @@ -10,8 +10,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 # sonarr |