1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[ticket/16538] Move script execution to setip-phpbb.sh

PHPBB3-16538
This commit is contained in:
rxu
2020-06-26 17:24:18 +07:00
parent 55d9154b01
commit 3bbe0f1d4e
3 changed files with 7 additions and 11 deletions

View File

@@ -11,13 +11,6 @@
set -e
set -x
MYSQL8=$1
if [ "$MYSQL8" != '1' ]
then
exit 0
fi
wget https://repo.mysql.com//mysql-apt-config_0.8.15-1_all.deb
sudo dpkg -i mysql-apt-config_0.8.15-1_all.deb
sudo apt-get update -q