Bert's script: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Added commands to change to the olpc user.)
No edit summary
Line 4: Line 4:


Getting the activities back is then as simple as:
Getting the activities back is then as simple as:
su - olpc

wget dev.laptop.org/~bert/update-activities.py
su olpc
python update-activities.py
cd
wget dev.laptop.org/~bert/update-activities.py
python update-activities.py


...which works from the ctrl-alt-[[Image:Mesh_key_f1_small.png]] console.
...which works from the ctrl-alt-[[Image:Mesh_key_f1_small.png]] console.

Revision as of 22:44, 1 April 2008

As of Update.1, we'll have separated the operating system updates from the activity updates, which may initially give the appearance of activities disappearing. The "customization key" process (See Customization key) is intended to facilitate customization of activities; also Bert Freudenberg has written a script to install the default set of activities:

     http://dev.laptop.org/~bert/update-activities.py

Getting the activities back is then as simple as:

su - olpc
wget dev.laptop.org/~bert/update-activities.py
python update-activities.py

...which works from the ctrl-alt-Mesh key f1 small.png console.