Install curl as dependency before setting up repository

This commit is contained in:
2020-04-16 21:07:05 +00:00
parent 4bfeda23da
commit ff1a4eeb8f

View File

@@ -42,6 +42,7 @@ lower_case_table_names=0
step_8_info() { echo "Setup ubuntu $databaseName repository"; }
step_8_alias() { ALIAS="latest"; }
step_8() {
exe apt install curl
exep "curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- --skip-maxscale --skip-tools"
}