Difference between revisions of "PMSS:Updating"
From Pulsed Media Wiki
(Created page with "Updating PMSS is '''very simple action''', all you need to do is: /scripts/update.php It will take care of everything, migrate etc.") |
|||
Line 2: | Line 2: | ||
/scripts/update.php | /scripts/update.php | ||
− | It will | + | It will update the software and distro packages. NOTE: Cannot be operated autonomously for the apt potentially asking questions or showing notifications. Autonomous updates needs to be separated in sections, look into the source for how to do this. |
+ | |||
+ | [[Category:PM Software Stack Guides]] | ||
+ | [[Category:Guides]] |
Latest revision as of 18:33, 29 December 2016
Updating PMSS is very simple action, all you need to do is:
/scripts/update.php
It will update the software and distro packages. NOTE: Cannot be operated autonomously for the apt potentially asking questions or showing notifications. Autonomous updates needs to be separated in sections, look into the source for how to do this.