opkg

ozkaradag

Registered
Messages
29
images can be downloaded directly from the openvix server
or via a online update
menu> setup> software update.

or via a telnet session with the following command

init 4 && opkg update && opkg upgrade && init 6
 

Brummie

Staff member
Administrator
Messages
5,794
with telnet type

opkg update -----> then hit enter

then type this below

opkg install -force-overwrite /tmp/*.ipk
 
Top