Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Jan 24, 2025
1 parent ea7836a commit 1d0bc5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jcharset_tmp_dir=$(mktemp -d)
cleanup_list+=("${jcharset_tmp_dir}")
(
cd "${jcharset_tmp_dir}"
curl -Ss -O https://distfeed.nethserver.org/webtop/jcharset-2.0.jar
echo "Downloading jcharset-2.0.jar..."
curl -O https://distfeed.nethserver.org/webtop/jcharset-2.0.jar
)

webapp_tmp_dir=$(mktemp -d)
Expand Down

0 comments on commit 1d0bc5c

Please sign in to comment.