mirror of
https://github.com/frappe/lms.git
synced 2026-04-24 17:39:41 +03:00
chore: replace mariadb-client-10.6 with mariadb-client for ui tests
This commit is contained in:
@@ -5,7 +5,7 @@ echo "Setting Up System Dependencies..."
|
||||
|
||||
sudo apt update
|
||||
sudo apt remove mysql-server mysql-client
|
||||
sudo apt-get install libcups2-dev redis-server mariadb-client-10.6
|
||||
sudo apt-get install libcups2-dev redis-server 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
|
||||
|
||||
Reference in New Issue
Block a user