Fix version format in qbittorrent-exporter script

This commit is contained in:
Tobias 2025-11-21 13:51:25 +01:00 committed by GitHub
parent a697d24e13
commit f68b9a2346
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ if ! [[ "${install_prompt,,}" =~ ^(y|yes)$ ]]; then
exit 0 exit 0
fi fi
fetch_and_deploy_gh_release "qbittorrent-exporter" "martabal/qbittorrent-exporter" "tarball" "1.12.0" fetch_and_deploy_gh_release "qbittorrent-exporter" "martabal/qbittorrent-exporter" "tarball" "v1.12.0"
setup_go setup_go
msg_info "Installing qbittorrent-exporter on ${OS}" msg_info "Installing qbittorrent-exporter on ${OS}"
cd /opt/qbittorrent-exporter/src cd /opt/qbittorrent-exporter/src