Skip to content

This is a project focusing for setup the enviroment for compile Android Roms

License

Notifications You must be signed in to change notification settings

NextWork123/android_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Android Setup Script

A script for setting up your Linux environment for Android development. This script will clone the akhilnarang/scripts repository and run the necessary setup script based on your Linux distribution.

Usage

Without downloading the repository you can directly download the script and run it.

via curl

bash -c "$(curl -fsSL https://raw.githubusercontent.com/NextWork123/android_setup/main/script.sh)"

via wget

bash -c "$(wget https://raw.githubusercontent.com/NextWork123/android_setup/main/script.sh -O -)"

Instead if you want to download the repository you have to run the script with bash script.sh.

The script will clone the akhilnarang/scripts repository and run the appropriate setup script for your Linux distribution.

Support

This script supports the following Linux distributions:

  • Ubuntu/Debian
  • Manjaro/Arch/cachyos
  • Solus
  • Fedora

If your distribution is not supported, the script will exit with a message saying "Distribution Not Supported". But you can free to open a pull request or an issue and i will see if i can implement.

Acknowledgments

Thank you to akhilnarang for creating the scripts used in this project.

About

This is a project focusing for setup the enviroment for compile Android Roms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages