summaryrefslogtreecommitdiff
path: root/docs/usermanual/upgrading.sgm
blob: 787d4dd4c78dad419f546ba076802a7e563d30e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<chapter><title>Upgrading</title>
<para>
First, you should shutdown &opie; from the "Shutdown" app in the Settings tab.
Normally, simply running
<informalexample>
<literallayout>
     ipkg update && ipkg upgrade
</literallayout>
</informalexample>
will upgrade &opie;. However, if you currently have a version with the 1.5.0
version number, you will have to upgrade it differently, because &opie; now uses a
different version number (the 1.5.0 was Qtopia's version number, we now use our
own). To upgrade from one of these older versions, run:
<informalexample>
<literallayout>
     ipkg update
     ipkg install opie-update
</literallayout>
</informalexample>
&opie; should then be upgraded.
</para>
</chapter>