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
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 |