Skip to content

Commit

Permalink
chore: update deps for ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
NagariaHussain committed Dec 17, 2024
1 parent 3cdbedd commit d03b360
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/helper/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://pack

sudo apt update
sudo apt remove mysql-server mysql-client
sudo apt install libcups2-dev redis mariadb-client-10.6
sudo apt install libcups2-dev redis mariadb-client

install_wkhtmltopdf() {
wget -q https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb
sudo apt install ./wkhtmltox_0.12.6-1.focal_amd64.deb
wget -q https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6.1-2.jammy_amd64.deb
sudo apt install ./wkhtmltox_0.12.6.1-2.jammy_amd64.deb
}
install_wkhtmltopdf &

0 comments on commit d03b360

Please sign in to comment.