Application:Terminal

From WebOS Internals
Revision as of 13:20, 24 July 2009 by RodWhitby (talk | contribs) (Initial install instructions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Installation

mkdir -p /var/etc/ipkg/ echo "src/gz all http://ipkg.preware.org/feeds/preware/all" > /var/etc/ipkg/preware.conf

If you are on the Pre, type:

echo "src/gz all http://ipkg.preware.org/feeds/preware/armv7" >> /var/etc/ipkg/preware.conf

If you are on the Emulator, type:

echo "src/gz all http://ipkg.preware.org/feeds/preware/i686" >> /var/etc/ipkg/preware.conf

Then type:

ipkg -o /var update ipkg -o /var install x-webosinternals-termplugin mv /var/usr/lib/BrowserPlugins/termplugin.so /usr/lib/BrowserPlugins/ ipkg -o /var install org.webosinternals.terminal

Then reboot.