Skip to content

Instantly share code, notes, and snippets.

View Thespartann's full-sized avatar
🗒️
:)

Danila Stefan Thespartann

🗒️
:)
View GitHub Profile
@Thespartann
Thespartann / aosdp-whyred.sh
Last active February 1, 2019 20:44
Import of rom.sh, adapted for whyred :)
# Script for building AOSDP Pie for Whyred
sudo apt update
sudo apt upgrade -y
# Install tools required for building
sudo apt-get install openjdk-8-jdk -y
sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev libgl1-mesa-dev libxml2-utils xsltproc unzip -y
@Thespartann
Thespartann / rom.sh
Last active December 22, 2018 17:28 — forked from theel0ja/los-a3y17lte.sh
WIP not execute manually!
# Script for building Roms with a few tweaks
sudo apt update
sudo apt upgrade -y
# Install tools required for building
sudo apt-get install openjdk-8-jdk -y
sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev libgl1-mesa-dev libxml2-utils xsltproc unzip -y