From 557504d96c9cf6c2379ed6cd7271cb0559de3efc Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 7 Sep 2021 22:49:19 +0200 Subject: Replicant: Add nano While nano is not strictly required, LineageOS already did and/or reused the work of porting nano to Android, and it seems to be maintained accross different LineageOS versions. Having nano would enable to edit configuration files directly on the device. Without that developers would either need to build and install new images all the time or deal with potential issues selinux when copying replacing files with adb push. Signed-off-by: Denis 'GNUtoo' Carikli --- replicant/repositories.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/replicant/repositories.xml b/replicant/repositories.xml index e365f79..046b4f0 100644 --- a/replicant/repositories.xml +++ b/replicant/repositories.xml @@ -58,6 +58,11 @@ name="LineageOS/android_external_libncurses" revision="lineage-18.1" remote="replicant-mirrors"/> + + + -- cgit v1.2.3