From c42c32c1908aa214e477fc9d32fbba1d7736061f Mon Sep 17 00:00:00 2001 From: Oskar Stenberg <01ste02@gmail.com> Date: Wed, 14 Jul 2021 14:00:40 +0200 Subject: [PATCH] Updated backup with package installations --- backup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backup.sh b/backup.sh index 056e5d68b..367ba3072 100755 --- a/backup.sh +++ b/backup.sh @@ -99,6 +99,8 @@ if ! [ -f "$dbDumpFile" ]; then exit 0 fi +dnf install -y patch php-zip diffutils + #Update value in config file to get correct format sed -i 's/protected $useExtendedInserts = true;/protected $useExtendedInserts = false;/' $dbDumpFile -- GitLab