113 |
|
|
114 |
// Enables using standard browser windows (that can be handled as tabs) |
// Enables using standard browser windows (that can be handled as tabs) |
115 |
// instead of popup windows |
// instead of popup windows |
116 |
|
diff -Nur --no-dereference smeserver-roundcube-1.2.old/root/usr/bin/rcplugin_update.sh smeserver-roundcube-1.2/root/usr/bin/rcplugin_update.sh |
117 |
|
--- smeserver-roundcube-1.2.old/root/usr/bin/rcplugin_update.sh 2022-12-11 16:07:13.382000000 -0500 |
118 |
|
+++ smeserver-roundcube-1.2/root/usr/bin/rcplugin_update.sh 2022-12-11 16:08:04.034000000 -0500 |
119 |
|
@@ -5,13 +5,13 @@ |
120 |
|
pathroundcube=$(pwd) |
121 |
|
|
122 |
|
cd /usr/share/roundcubemail |
123 |
|
-# add needed ones |
124 |
|
-/usr/bin/jq -r ".require.\"johndoh/contextmenu\" = \"~3.3.1\"" composer.json > tmp.json && mv -f tmp.json composer.json |
125 |
|
-/usr/bin/jq -r ".require.\"johndoh/globaladdressbook\" = \"~2.1\"" composer.json > tmp.json && mv -f tmp.json composer.json |
126 |
|
+COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php74 /usr/local/bin/composer require johndoh/contextmenu --with-dependencies |
127 |
|
+COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php74 /usr/local/bin/composer require johndoh/globaladdressbook ~2.1 --with-dependencies |
128 |
|
+COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php74 /usr/local/bin/composer require roundcube/larry ~1.6.0 --with-dependencies |
129 |
|
|
130 |
|
|
131 |
|
COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php74 /usr/local/bin/composer self-update |
132 |
|
-COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php74 /usr/local/bin/composer update |
133 |
|
+COMPOSER_ALLOW_SUPERUSER=1 /usr/bin/php74 /usr/local/bin/composer update --with-dependencies |
134 |
|
/sbin/e-smith/db configuration setprop php74 AllowUrlFopen off |
135 |
|
/sbin/e-smith/expand-template /etc/opt/remi/php74/php.ini |
136 |
|
/usr/bin/systemctl restart php74-php-fpm >/dev/null 2>&1 |