android-borgmatic-setup/README.adoc

15 lines
466 B
Plaintext
Raw Permalink 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 23:32:34 -04:00
apt-get update
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
....
2019-10-26 22:52:56 -04:00
....
2019-10-26 23:32:34 -04:00
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
2019-10-26 22:52:56 -04:00
....