summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2021-03-19 10:03:05 +0100
committerSimon Rettberg2021-03-19 10:03:05 +0100
commitc61d427683d786a663ce289cdf8dea941fb9c85d (patch)
tree32e61266452e0db0646b3eed9b57b27983a694bd
parent[SS?S] Add syslinux (diff)
downloadsetup-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
-rw-r--r--satellit_installer/includes/00-variables.inc2
-rw-r--r--satellit_upgrader/updater.template.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/satellit_installer/includes/00-variables.inc b/satellit_installer/includes/00-variables.inc
index 23618f6..31402e9 100644
--- a/satellit_installer/includes/00-variables.inc
+++ b/satellit_installer/includes/00-variables.inc
@@ -20,7 +20,7 @@ PACKAGELIST_SCRIPT="cracklib-runtime wget"
# If this is not the case or in doubt use PACKAGELIST_WITH_RECOMMENDS below.
PACKAGELIST_SERVER="
default-mysql-server lighttpd php-cgi php-curl cifs-utils php-mbstring
- sudo php-common php-mysqlnd php-cli nfs-kernel-server curl
+ sudo php-common php-mysql php-cli nfs-kernel-server curl
nfs-common libowfat0 ldap-utils vim gcc make unattended-upgrades gnupg
libowfat-dev libssl-dev liblzma-dev tftpd-hpa tmate php-xml net-tools
libjansson4 libjansson-dev php-soap mtools socat cmake
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