tbrehm
2011-04-12 d5f0b3b834e74b72b60a98e5f6d2c560613b1ba2
Changed system update command to aptitude safe-upgrade
1 files modified
2 ■■■ changed files
server/mods-available/remoteaction_core_module.inc.php 2 ●●● patch | view | raw | blame | history
server/mods-available/remoteaction_core_module.inc.php
@@ -135,7 +135,7 @@
         * Do the update
         */
        exec("aptitude update");
        exec("aptitude upgrade -y");
        exec("aptitude safe-upgrade -y");
        /*
         * All well done!