Skip to content

Commit

Permalink
hardcoding minisign path
Browse files Browse the repository at this point in the history
  • Loading branch information
c2biz committed May 26, 2022
1 parent 415fe1e commit cbc1041
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion make_bof.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ pwd
ls -l
echo "[+] Listing ~/"
ls -l ~/
bash -c "echo \"\" | ~/minisign -s ~/minisign.key -S -m ./$COMMAND_NAME.tar.gz -t \"$MANIFEST\" -x $COMMAND_NAME.minisig"
#bash -c "echo \"\" | ~/minisign -s ~/minisign.key -S -m ./$COMMAND_NAME.tar.gz -t \"$MANIFEST\" -x $COMMAND_NAME.minisig"
echo "[+] Listing /home/runner/"
ls -l /home/runner/
echo "[+] Signing package"
bash -c "echo \"\" | /home/runner/minisign -s /home/runner/minisign.key -S -m ./$COMMAND_NAME.tar.gz -t \"$MANIFEST\" -x $COMMAND_NAME.minisig"

0 comments on commit cbc1041

Please sign in to comment.