From d5ae79047168b2b3304dcd0c8613b62add12f188 Mon Sep 17 00:00:00 2001 From: someoneplanet Date: Thu, 16 Jan 2025 19:13:19 -0300 Subject: [PATCH] Update install.sh --- installers/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/install.sh b/installers/install.sh index 0b6a1dd..835b741 100644 --- a/installers/install.sh +++ b/installers/install.sh @@ -28,7 +28,7 @@ then elif [ $version = 1 ] then curl -o native.py https://raw.githubusercontent.com/Ilya114/Box64Droid/main/installers/native.py && python3 native.py -elif [ $version = 3 ] +elif [ $version = 2 ] then curl -o hangover.py https://raw.githubusercontent.com/Ilya114/Box64Droid/main/installers/hangover.py && python3 hangover.py elif [ $version = 3 ]