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:
@@ -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
|
||||
|
Reference in New Issue
Block a user