Skip to content

Commit

Permalink
Update verapdf download url
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim authored May 22, 2024
1 parent c91e331 commit 1e527bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_purple_dependencies.command
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if ! [ -f verapdf/verapdf ]; then
echo "Downloading VeraPDF"
if [ -d "./verapdf" ]; then rm -Rf ./verapdf; fi
if [ -d "./verapdf-installer" ]; then rm -Rf ./verapdf-installer; fi
curl -L -o ./verapdf-installer.zip http://downloads.verapdf.org/rel/verapdf-installer.zip
curl -L -o ./verapdf-installer.zip https://github.com/GovTechSG/purple-a11y/releases/download/cache/verapdf-installer.zip
unzip -j ./verapdf-installer.zip -d ./verapdf-installer
./verapdf-installer/verapdf-install "${__dir}/verapdf-auto-install-macos.xml"
cp -r /tmp/verapdf .
Expand Down

0 comments on commit 1e527bc

Please sign in to comment.