We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984c8f8 commit 324d0dbCopy full SHA for 324d0db
.github/helper/install_dependencies.sh
@@ -3,10 +3,6 @@ set -e
3
4
echo "Setting Up System Dependencies..."
5
6
-sudo apt update
7
-sudo apt remove mysql-server mysql-client
8
-sudo apt install libcups2-dev redis-server mariadb-client-10.8
9
-
10
install_wkhtmltopdf() {
11
wget -q https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb
12
sudo apt install ./wkhtmltox_0.12.6-1.focal_amd64.deb
0 commit comments