This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Install Jedroid 1.3 on SD card | |
# Assumes a blank Ext4 formatted SD card is in the card reader | |
# The SD Card is not mounted | |
sudo mkdir /media/ubuntu/jedroidInstall | |
sudo mount -t ext4 /dev/mmcblk1p1 /media/ubuntu/jedroidInstall | |
# Get Jedroid 1.3 from Google Drives | |
cd ~/Downloads | |
wget -O jedroid_v1.31.tar.bz2 https://googledrive.com/host/0B-lsw7HiSbj8cHJNTmF2RUV6RVE | |
wget -O jedroid_v1.31.tar.bz2.md5sum https://googledrive.com/host/0B-lsw7HiSbj8T2xFdjZFY0VadXM |