Skip to content

Instantly share code, notes, and snippets.

View r-plus's full-sized avatar
💭
I may be slow to respond.

r-plus r-plus

💭
I may be slow to respond.
View GitHub Profile
@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"