Fix debian sources architecture

This commit is contained in:
Bill Thornton
2022-09-30 10:50:29 -04:00
parent a1f12b2f96
commit 8fca01ed12
+2 -2
View File
@@ -64,7 +64,7 @@ Types: deb
URIs: https://repo.jellyfin.org/$( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release )
Suites: $( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release )
Components: main
Arch: $( dpkg --print-architecture )
Architectures: $( dpkg --print-architecture )
Signed-By: /etc/apt/keyrings/jellyfin.gpg
EOF
sudo apt update
@@ -105,7 +105,7 @@ Types: deb
URIs: https://repo.jellyfin.org/$( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release )
Suites: $( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release )
Components: main unstable
Arch: $( dpkg --print-architecture )
Architectures: $( dpkg --print-architecture )
Signed-By: /etc/apt/keyrings/jellyfin.gpg
EOF
sudo apt update