Skip to content

Commit

Permalink
Trying building our first metapackage.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 23, 2024
1 parent bddf5e9 commit 1d707b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/terraform/nfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ provides:
depends:
- tenv
umask: 0o002
scripts:
postinstall: postinstall.sh
# scripts:
# postinstall: postinstall.sh
rpm:
summary: "{{ .Var.Description }}"
packager: Northwood Labs <[email protected]>
Expand Down
1 change: 0 additions & 1 deletion packages/terraform/postinstall.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail

apt-get -y install --no-install-recommends tenv
terraform

0 comments on commit 1d707b1

Please sign in to comment.