The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)


Nemo/Updating

From Mer Wiki
< Nemo
Revision as of 07:37, 14 February 2012 by Sage (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

To update Nemo image you need to have Nemo installed and need to have internet connection enabled. After this the update can be done with following commands:

 # Take root permissions
 su
 # Update the repository database
 zypper ref
 # We run the update inside screen so that if something breaks (UX or network it doesn't get interrupted)
 zypper install screen
 # Start screen
 screen
 # Start the actual update
 zypper up
 # After update reboot the device
 reboot

Known Issues:

Personal tools