Skip to content

Commit

Permalink
WPS Office: bundle libjpeg62-turbo to fix errors on Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot committed Jul 18, 2024
1 parent 91eda5f commit 118ff43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/WPS Office/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ wget --header="User-Agent: This download is a result of the Pi-Apps store. Pleas
if package_available libwebp6 && package_available libtiff5 ;then
install_packages "$firejail_package" /tmp/wps-office.deb libwebp6 libtiff5 ttf-mscorefonts-installer x11-utils wmctrl || exit 1
else
install_packages "$firejail_package" /tmp/wps-office.deb ttf-mscorefonts-installer x11-utils wmctrl "http://ftp.debian.org/debian/pool/main/libw/libwebp/libwebp6_0.6.1-2.1+deb11u2_arm64.deb" "http://ftp.debian.org/debian/pool/main/t/tiff/libtiff5_4.2.0-1+deb11u5_arm64.deb" || exit 1
install_packages "$firejail_package" /tmp/wps-office.deb ttf-mscorefonts-installer x11-utils wmctrl "http://ftp.us.debian.org/debian/pool/main/libj/libjpeg-turbo/libjpeg62-turbo_2.1.5-2_arm64.deb" "http://ftp.debian.org/debian/pool/main/libw/libwebp/libwebp6_0.6.1-2.1+deb11u2_arm64.deb" "http://ftp.debian.org/debian/pool/main/t/tiff/libtiff5_4.2.0-1+deb11u5_arm64.deb" || exit 1
fi
rm -f /tmp/wps-office.deb

Expand Down

0 comments on commit 118ff43

Please sign in to comment.