Search

Hi all,

I'm curious what other people are doing to try and keep up to date on extension releases? At present I've only been updating extensions using a script run from inside the extension folder whenever I actually update the core as well.

Script for the curious;

#! /bin/sh

EXTENSIONS=`ls`

for extension in $EXTENSIONS
do
echo "n"
echo $extension
    cd $extension
    git pull
    cd ..
done

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details