Skip to content

Instantly share code, notes, and snippets.

@r-plus
r-plus / install_theos.sh
Created October 27, 2012 01:00 — forked from tom-go/install_theos.sh
Theos install script
#!/bin/bash
THEOS_INSTALL_DIR="/opt"
THEOS=${THEOS_INSTALL_DIR}/theos
BIGBOSS_REPO="http://apt.thebigboss.org/repofiles/cydia"
SUBSTRATE_REPO="http://apt.saurik.com"
# initial theos install directory check
if [ ! -d "$THEOS_INSTALL_DIR" ]; then
echo "making $THEOS_INSTALL_DIR"