Skip to content

Commit

Permalink
Updated automation to use manual file
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamingRaven committed Jan 29, 2025
1 parent 932fe73 commit 6057402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rapid7-insight-agent-bin/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pkgbase = rapid7-insight-agent-bin
makedepends = tar
provides = rapid7-insight-agent
conflicts = rapid7-insight-agent
source = rapid7-insight-agent_4.0.8.28-1_amd64.deb
source = manual://rapid7-insight-agent_4.0.8.28-1_amd64.deb
b2sums = 87289b839d5e822823ad36b09c19791c188556edcb1fc3ee95e0815cd50f5d0b26f4f7a38de7b0e7add2cff952f940b3fda009e3707d095ab2efe47a3ceecbfb

pkgname = rapid7-insight-agent-bin
2 changes: 1 addition & 1 deletion rapid7-insight-agent-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ _file="${_name}_${pkgver}-1_${_pkgarch}.deb"
# The deb file should be self-sourced as it can't be distributed
# it should look something like: rapid7-insight-agent_4.0.8.28-1_amd64.deb
# https://docs.rapid7.com/insight-agent/linux-installation/
source+=("${_file}")
source+=("manual://${_file}")


# unpack deb file and data.tar.gz to extract opt/rapid7
Expand Down

0 comments on commit 6057402

Please sign in to comment.