Skip to content

Commit

Permalink
use jinjanator in build_linux_deb-2-installer.sh (#19239)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Feb 20, 2025
1 parent 90f39c4 commit 5f7e2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/build_linux_deb-2-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ format_deb_version_string() {
# - replace '.dev' with '-dev'
echo "$version_str" | sed -E 's/([0-9])(rc|beta)/\1-\2/g; s/\.dev/-dev/g'
}
pip install j2cli
pip install jinjanator
CLI_DEB_BASE="chia-blockchain-cli_$CHIA_INSTALLER_VERSION-1_$PLATFORM"
mkdir -p "dist/$CLI_DEB_BASE/opt/chia"
mkdir -p "dist/$CLI_DEB_BASE/usr/bin"
Expand Down

0 comments on commit 5f7e2ca

Please sign in to comment.