Go to file
2019-10-26 22:47:17 -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 Add readme 2019-10-26 22:46:19 -04:00
README.adoc Add note about wget 2019-10-26 22:47:17 -04:00

= Android Borgmatic Setup
== Installation
....
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
....