Skip to content

Commit

Permalink
Update po4a version
Browse files Browse the repository at this point in the history
  • Loading branch information
ignotus666 committed Apr 13, 2022
1 parent 6e5ee44 commit 7a4f504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _po4a-tools/po4a-cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ "$CACHE_HIT" == 'true' ]] ; then
sudo cp --force --recursive ~/po4a/* /
else
sudo apt install -yq gettext libsgmls-perl libyaml-tiny-perl opensp
wget -O po4a.deb https://github.com/jamulussoftware/assets/raw/main/po4a/po4a_0.64.deb
wget -O po4a.deb https://github.com/jamulussoftware/assets/raw/main/po4a/po4a_0.66.deb
sudo dpkg -i po4a.deb

if [ -f po4a.deb ] ; then
Expand Down

0 comments on commit 7a4f504

Please sign in to comment.