From 41a69fc8e38d3ee6c2352d454f013c6f5ac412a0 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 3 Sep 2021 22:44:05 +0200 Subject: replicant: Add bash from LineageOS While bash is not strictly required, LineageOS already did and/or reused the work of porting bash to Android, and it seems to be maintained accross different LineageOS versions. So not only it enable users to have a more familiar shell, but some applications and scripts depend on bash, so it also increases compatibility with software made for GNU/Linux. LineageOS 18.1 is based on Android 11 and bash depends on libncurses. Signed-off-by: Denis 'GNUtoo' Carikli --- replicant/repositories.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/replicant/repositories.xml b/replicant/repositories.xml index 34de8ca..9f15b15 100644 --- a/replicant/repositories.xml +++ b/replicant/repositories.xml @@ -27,4 +27,11 @@ revision="refs/tags/android-10.0.0_r37" /> + + + + + -- cgit v1.2.3