Skip to content

Instantly share code, notes, and snippets.

View sixg0000d's full-sized avatar
🌴
On vacation

sixg0000d sixg0000d

🌴
On vacation
View GitHub Profile
@sixg0000d
sixg0000d / env_setup.sh
Last active December 8, 2022 17:55 — forked from axxx007xxxz/Setup Android build environment on Fedora
This one is for Fedora 32 to build LineageOS 17.1
#!/bin/bash
if [ $UID != "0" ]; then
echo "ERROR: You must run this script as root!"
exit 1
fi
dnf install \
@development-tools \
ImageMagick-devel \
ImageMagick-c++-devel \