From 2045b4a52c8c734ca7da1c1da473d8ebb6d538a4 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Tue, 7 Nov 2023 17:29:12 +0100 Subject: [PATCH] Fix README.md + bootscriptdl.sh --- README.md | 2 +- bootscriptdl.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 bootscriptdl.sh diff --git a/README.md b/README.md index 4e65e1f..6e0c2ab 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Only run these scripts with extensive knowledge of Linux (and Android if using T ## Termux ### WARNING If you want to use **androot** under Android you need a working Magisk or KernelSU installation. \ -If you wish to install a (more limited) Linux distribution without root access use [Andronix](https://play.google.com/store/apps/details?id=studio.com.techriz.andronix) instead. \ +If you wish to install a (more limited) Linux distribution without root access use [Andronix](https://play.google.com/store/apps/details?id=studio.com.techriz.andronix) instead. ### Dependencies - Magisk/KernelSU - curl diff --git a/bootscriptdl.sh b/bootscriptdl.sh old mode 100644 new mode 100755