Rockbox Updater (v0.2)

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Summary: Use this simple shell script to update the build of Rockbox on your DAP. Just change the variables at the top, and you should be good to go.

Requirements:

  • Linux
  • wget
  • unzip

Code:

#!/bin/bash
RBMOUNTPOINT="/media/IHP-100"
RBZIPURL="http://build.rockbox.org/dist/build-h300/rockbox.zip"  ##Filename must be rockbox.zip.
cd "${TMPDIR}"
wget "${RBZIPURL}"
cd "${RBMOUNTPOINT}/"
unzip -o "${TMPDIR}/rockbox.zip"
rm "${TMPDIR}/rockbox.zip"

0 Responses to “Rockbox Updater (v0.2)”


  1. No Comments

Leave a Reply





User Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Character Encoding: UTF-8
Generated: 09/07/2010 23:06:29 UTC
Rendering Time: 0.875 seconds.