1
0
Fork 0

Update README.md

added note about selinux and virtualenv
This commit is contained in:
Robert Schade 2017-09-17 15:05:44 +02:00 committed by GitHub
parent 7e009c3485
commit 2d154c2d38

View file

@ -10,6 +10,7 @@ How to use:
- open app - open app
- run "apt update; apt install git" - run "apt update; apt install git"
- run "git clone https://github.com/ravenschade/borgbackup_on_android.git" - run "git clone https://github.com/ravenschade/borgbackup_on_android.git"
- set selinux to permissive (/system/bin/setenforce 1, otherwise virtualenv for python will not work properly)
- run "cd borgbackup_on_android; bash build.sh" - run "cd borgbackup_on_android; bash build.sh"
Tested with: Tested with: