diff options
author | Simon Rettberg | 2021-03-19 10:03:05 +0100 |
---|---|---|
committer | Simon Rettberg | 2021-03-19 10:03:05 +0100 |
commit | c61d427683d786a663ce289cdf8dea941fb9c85d (patch) | |
tree | 32e61266452e0db0646b3eed9b57b27983a694bd /satellit_upgrader | |
parent | [SS?S] Add syslinux (diff) | |
download | setup-scripts-c61d427683d786a663ce289cdf8dea941fb9c85d.tar.gz setup-scripts-c61d427683d786a663ce289cdf8dea941fb9c85d.tar.xz setup-scripts-c61d427683d786a663ce289cdf8dea941fb9c85d.zip |
[SS?S] php-mysqlnd was renamed to php-mysql a while ago
Diffstat (limited to 'satellit_upgrader')
-rw-r--r-- | satellit_upgrader/updater.template.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh index c3dcf85..af108a5 100644 --- a/satellit_upgrader/updater.template.sh +++ b/satellit_upgrader/updater.template.sh @@ -276,7 +276,7 @@ aptinst php-cgi aptinst php-cli aptinst php-curl aptinst php-json -aptinst php-mysqlnd +aptinst php-mysql aptinst php-mbstring aptinst php-xml aptinst php-soap |