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