Skip to content

Commit

Permalink
fix(build): change jcharset download URL
Browse files Browse the repository at this point in the history
The download from freeutils site was failing often.
Moved the package to our own infrastructure.
  • Loading branch information
gsanchietti committed Jan 24, 2025
1 parent 39a8306 commit ea7836a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jcharset_tmp_dir=$(mktemp -d)
cleanup_list+=("${jcharset_tmp_dir}")
(
cd "${jcharset_tmp_dir}"
curl -Ss -O https://www.freeutils.net/source/jcharset/jcharset-2.0-distribution.zip
python -mzipfile -e jcharset-2.0-distribution.zip .
curl -Ss -O https://distfeed.nethserver.org/webtop/jcharset-2.0.jar
)

webapp_tmp_dir=$(mktemp -d)
Expand Down

0 comments on commit ea7836a

Please sign in to comment.