Skip to content

Commit

Permalink
ad-miner: my bad.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Dec 2, 2024
1 parent 63562fc commit 60017f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ad-miner/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _pkgname_dir=AD_Miner
_pkgname_cmd=AD-miner
_pyver=3.12
pkgver=v1.7.0.r0.g996b3be
pkgrel=3
pkgrel=4
groups=('blackarch' 'blackarch-recon' 'blackarch-windows')
pkgdesc='Active Directory audit tool that extract data from Bloodhound to uncover security weaknesses and generate an HTML report'
arch=('any')
Expand Down Expand Up @@ -39,7 +39,7 @@ package() {
poetry config cache-dir "/usr/share/$pkgname"
poetry env use /usr/share/$pkgname/.venv/bin/python$_pyver \\
--directory /usr/share/$pkgname
poetry run --directory "/usr/share/$pkgname" ${_pkgname}_cmd "\$@"
poetry run --directory "/usr/share/$pkgname" $_pkgname_cmd "\$@"
EOF

chmod +x "$pkgdir/usr/bin/$pkgname"
Expand Down

0 comments on commit 60017f8

Please sign in to comment.