From ab4f54cff783907c32683cfbb0f2f9b480141f96 Mon Sep 17 00:00:00 2001 From: arturius Date: Sat, 9 Sep 2023 08:41:49 +0000 Subject: [PATCH] add info install --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9827c51..3af7187 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,23 @@ To work, you need to install OpenApps with this script [download](https://git.dm uploaded - \ No newline at end of file + + +**Installation** +-- +To install files: +````` +devel-su +git clone https://git.dmin.pro/Jolla_phone/gpbp +curl -sSL https://git.dmin.pro/Jolla_phone/MyJolla/raw/branch/main/open_gaps_install.sh > open_gaps_install.sh +chmod +x open_gaps_install.sh +open_gaps_install.sh +cd ./gpbp +chmod +x install.sh +install.sh +reboot phone +````` +or use a short script +````` +devel-su curl -sSL https://git.dmin.pro/Jolla_phone/MyJolla/raw/branch/main/install_gphoto_backup.sh | sh +````` \ No newline at end of file