Skip to content

Commit

Permalink
Update download script url
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro OSIAS committed Oct 7, 2023
1 parent fbe1739 commit 3bb1da7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions retrieve/templates/linux/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ download_package() {
exit 1
fi
else
URL="https://download.openrport.io/rport/${RELEASE}/?arch=Linux_${ARCH}&gt=${CURRENT_VERSION}"
URL="https://download.openrport.io/rport/${RELEASE}/latest.php?arch=Linux_${ARCH}"
fi
curl -Ls "${URL}" -o rport.tar.gz
}
Expand Down Expand Up @@ -248,10 +248,10 @@ finish() {
#
# Logs are written to /var/log/rport/rport.log.
#
# READ THE DOCS ON https://kb.rport.io/
# READ THE DOCS ON https://kb.openrport.io/
#
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Give us a star on https://github.com/cloudradar-monitoring/rport
# Give us a star on https://github.com/openrport/openrport
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#
Expand Down Expand Up @@ -279,7 +279,7 @@ Try the following to investigate:
2) tail /var/log/rport/rport.log
3) Ask for help on https://kb.rport.io/need-help/request-support
3) Ask for help on https://kb.oppenrport.io/need-help/request-support
"
if runs_with_selinux; then
echo "
Expand Down

0 comments on commit 3bb1da7

Please sign in to comment.