Palm Pre Installer
I created a little install script for my Pre. It makes it easy to install homebrew apps. This requires root access. There are some apps that allow you to install directly from the Pre and also apps that work if the Pre is connected over USB. I don't really prefer these methods as I never connect my Pre to USB, and copying and pasting URL's on the Pre isn't too user friendly.
# /bin/sh
mount -o remount,rw /
ipkg -o /var install $1
luna-send -n 1 palm://com.palm.applicationManager/rescan {}
mount -o remount,ro /
You can then just name it something like install and chmod +x install and easily install any ipk file either locally or over the internet like so:
./install http://forums.precentral.net/spe_attachment/download-24521-com.palm.app
.switcharoo_0.9.0_all.ipk
That installs the Switcharoo wallpaper switch app.