summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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