Armbian-config sources lists - remove double quotes from EOT

This commit is contained in:
Igor Pecovnik
2025-02-05 07:25:25 +01:00
committed by Igor
parent 3743daffa2
commit 710f2cd369

View File

@@ -8,7 +8,7 @@ function custom_apt_repo__add_armbian-github-repo() {
URIs: https://github.armbian.com/configng URIs: https://github.armbian.com/configng
Suites: stable Suites: stable
Components: main Components: main
Signed-By: "${APT_SIGNING_KEY_FILE}" Signed-By: ${APT_SIGNING_KEY_FILE}
EOF EOF
} }