Skip to content

Commit

Permalink
prepare.sh: don't verify checksum on mariadb_repo_setup
Browse files Browse the repository at this point in the history
it is not provided upstream
  • Loading branch information
semseysandor committed Jun 1, 2024
1 parent 95c08cf commit 6c515be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions bin/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ print-finish

print-header Install MariaDB...
curl -LsS -O https://r.mariadb.com/downloads/mariadb_repo_setup
echo "${mariadb_repo_setup_checksum} mariadb_repo_setup" | sha256sum --check --strict --status -
sudo bash mariadb_repo_setup --mariadb-server-version="${mariadb_version}"
sudo bash mariadb_repo_setup --mariadb-server-version="${mariadb_version}" --skip-maxscale
sudo apt-get --quiet install --yes --no-install-recommends --no-upgrade mariadb-server mariadb-client
sudo mysql_install_db --user=mysql
sudo systemctl enable mariadb.service
Expand Down
2 changes: 0 additions & 2 deletions cfg/install.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
###########
# Apache modules
apache_modules=(actions expires headers rewrite setenvif)
# SHA checksum for mariadb_repo_setup
mariadb_repo_setup_checksum=30d2a05509d1c129dd7dd8430507e6a7729a4854ea10c9dcf6be88964f3fdc25
# MariaDB version
mariadb_version=10.6
# PHP version
Expand Down

0 comments on commit 6c515be

Please sign in to comment.