15 lines
466 B
Plaintext
15 lines
466 B
Plaintext
= 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
|
|
....
|