Skip to content

Commit

Permalink
fix: readd fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Oct 20, 2024
1 parent 4b9b061 commit d28afa4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build-prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ fi
### PREPARE BUILD ENV
dnf install -y \
akmods \
mock
mock \
ruby-devel

gem install fpm

if [[ ! -s "/tmp/certs/private_key.priv" ]]; then
echo "WARNING: Using test signing key. Run './generate-akmods-key' for production builds."
Expand Down

0 comments on commit d28afa4

Please sign in to comment.