Skip to content

Instantly share code, notes, and snippets.

@nksCH
nksCH / install.sh
Last active April 24, 2018 17:36
installing theos on device and some other tools
export $THEOS=/var/theos
apt-get install nano vim -y --force-yes
echo "deb https://coolstar.org/publicrepo/ ./" >> /etc/apt/sources.list.d/cydia.list
echo "deb http://nix.howett.net/theos/ ./" >> /etc/apt/sources.list.d/cydia.list
apt-get update
apt-get upgrade
apt-get install nano vim -y --force-yes
apt-get install perl net.howett.theos org.coolstar.iostoolchain curl top screen wget -y --force-yes
echo "export $THEOS=/var/theos" >> /root/.bash_login
mkdir -p $THEOS/sdks