Skip to content

Commit

Permalink
Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored Oct 21, 2024
1 parent cdbc163 commit 310b792
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/empire/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ prepare() {
cd $pkgname

# Prevent invoking git submodule update on install directory since no git dir
sed -i "s/auto_update: true/auto_update: false/g" ./empire/server/config.yaml
# Prevent invoking git clone on install directory due to permission denied
sed -i '/starkiller:/,/enabled:/s/enabled: true/enabled: false/' ./empire/server/config.yaml
sed -i "/submodules:/,/auto_update:/s/auto_update: true/auto_update: false/" ./empire/server/config.yaml

# need by empire
cp -r "$srcdir/pyOpenSSL-22.0.0/src/OpenSSL" OpenSSL
Expand Down

0 comments on commit 310b792

Please sign in to comment.