This commit is contained in:
CrazyWolf13 2025-12-08 15:04:26 +01:00
parent edfab001af
commit 11c20e39da
2 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@ if [[ -f "$INSTALL_PATH" ]]; then
setup_go
msg_info "Updating pihole-exporter"
cd /opt/pihole-exporter/
/usr/local/bin/go build -o ./pihole-exporter
$STD /usr/local/bin/go build -o ./pihole-exporter
msg_ok "Updated Successfully!"
fi
exit 0
@ -93,7 +93,7 @@ fetch_and_deploy_gh_release "pihole-exporter" "eko/pihole-exporter" "tarball" "l
setup_go
msg_info "Installing pihole-exporter on ${OS}"
cd /opt/pihole-exporter/
/usr/local/bin/go build -o ./pihole-exporter
$STD /usr/local/bin/go build -o ./pihole-exporter
msg_ok "Installed pihole-exporter"
msg_info "Creating configuration"

View File

@ -58,7 +58,7 @@ if [[ -f "$INSTALL_PATH" ]]; then
setup_go
msg_info "Updating qbittorrent-exporter"
cd /opt/qbittorrent-exporter/src
/usr/local/bin/go build -o ./qbittorrent-exporter
$STD /usr/local/bin/go build -o ./qbittorrent-exporter
msg_ok "Updated Successfully!"
fi
exit 0
@ -90,7 +90,7 @@ fetch_and_deploy_gh_release "qbittorrent-exporter" "martabal/qbittorrent-exporte
setup_go
msg_info "Installing qbittorrent-exporter on ${OS}"
cd /opt/qbittorrent-exporter/src
/usr/local/bin/go build -o ./qbittorrent-exporter
$STD /usr/local/bin/go build -o ./qbittorrent-exporter
msg_ok "Installed qbittorrent-exporter"
msg_info "Creating configuration"