diff options
author | dennis <dennis@mrslave> | 2020-09-08 22:15:38 +0200 |
---|---|---|
committer | dennis <dennis@mrslave> | 2020-09-08 22:15:38 +0200 |
commit | 478c64a3cd14cbec41fe2a862b6ff5016fe4730c (patch) | |
tree | 89954906f9812da3cd26f937f91be6ffb1e018b6 /mkosi.postinst | |
parent | upgrading to focal (diff) | |
download | mkosi-sonarr-478c64a3cd14cbec41fe2a862b6ff5016fe4730c.tar.gz |
Need a newer mono-version to use dognzb
Diffstat (limited to '')
-rwxr-xr-x | mkosi.postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mkosi.postinst b/mkosi.postinst index 4ddf0ec..4c77109 100755 --- a/mkosi.postinst +++ b/mkosi.postinst @@ -14,6 +14,10 @@ echo "deb http://no.archive.ubuntu.com/ubuntu ${RELEASE}-security main universe" 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 +# mono +apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF +echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main" > /etc/apt/sources.list.d/mono-official-stable.list + # sonarr apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0xA236C58F409091A18ACA53CBEBFF6B99D9B78493 echo "deb http://apt.sonarr.tv/ master main" > /etc/apt/sources.list.d/sonarr.list |