android-borgmatic-setup/README.adoc

10 lines
231 B
Plaintext
Raw Normal View History

2019-10-26 12:41:49 -04:00
= Android Borgmatic Setup
2019-10-26 22:46:19 -04:00
== Installation
....
2019-10-26 22:47:17 -04:00
apt-get install -y wget
2019-10-26 22:46:19 -04:00
wget https://gitea.austenwares.com/stonewareslord/android-borgmatic-setup/archive/master.tar.gz
tar -xf master.tar.gz
cd android-borgmatic-setup
./init.sh
....