Go to file
2019-10-26 23:32:34 -04:00
config.yaml Add excludes 2019-10-26 14:37:11 -04:00
excludes Add excludes 2019-10-26 14:37:11 -04:00
init.sh Fix script 2019-10-26 23:32:34 -04:00
README.adoc Fix script 2019-10-26 23:32:34 -04:00

= Android Borgmatic Setup
== Installation
....
apt-get update
apt-get install -y wget
wget https://gitea.austenwares.com/stonewareslord/android-borgmatic-setup/archive/master.tar.gz
tar -xf master.tar.gz
cd android-borgmatic-setup
./init.sh
....

....
apt-get update && apt-get install -y wget && wget https://gitea.austenwares.com/stonewareslord/android-borgmatic-setup/archive/master.tar.gz && tar -xf master.tar.gz && cd android-borgmatic-setup && ./init.sh
....