We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cff5e commit f9a51deCopy full SHA for f9a51de
install/umlautadaptarr-install.sh
@@ -17,8 +17,8 @@ msg_info "Installing Dependencies"
17
curl -fsSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor -o /usr/share/keyrings/microsoft-prod.gpg
18
cat <<EOF | sudo tee /etc/apt/sources.list.d/microsoft-prod.sources >/dev/null
19
Types: deb
20
-URIs: https://packages.microsoft.com/debian/13/prod/
21
-Suites: trixie
+URIs: https://packages.microsoft.com/debian/12/prod/
+Suites: bookworm
22
Components: main
23
Signed-By: /usr/share/keyrings/microsoft-prod.gpg
24
EOF
0 commit comments