From 4ed8a3468db911bbfc04fdc4c867e01e99939245 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Mon, 19 Jun 2023 18:22:58 +0200 Subject: [PATCH] Added Android-x86 --- scripts/image/setup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/image/setup.sh b/scripts/image/setup.sh index c73c1ca..b441779 100644 --- a/scripts/image/setup.sh +++ b/scripts/image/setup.sh @@ -58,6 +58,11 @@ case "$operation_system" in question "Which distribution should be used [arch,moode,retropie,manjaro,torbox...]?" && read -r distribution || error case "$distribution" in + "android-x86") + base_download_url="https://www.fosshub.com/Android-x86.html?dwl=android-x86_64-9.0-r2.iso"; + image_name="android-x86_64-9.0-r2.iso" + image_checksum="f7eb8fc56f29ad5432335dc054183acf086c539f3990f0b6e9ff58bd6df4604e" + ;; "torbox") base_download_url="https://www.torbox.ch/data/"; image_name="torbox-20220102-v050.gz"