From d741dd43a1fd5ef1acaf63f15093fc08861490f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Austen=E2=80=9D?= Date: Sat, 26 Oct 2019 22:46:19 -0400 Subject: [PATCH] Add readme --- README.adoc | 7 +++++++ init.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 5c1618d..e17d7ac 100644 --- a/README.adoc +++ b/README.adoc @@ -1 +1,8 @@ = Android Borgmatic Setup +== Installation +.... +wget https://gitea.austenwares.com/stonewareslord/android-borgmatic-setup/archive/master.tar.gz +tar -xf master.tar.gz +cd android-borgmatic-setup +./init.sh +.... diff --git a/init.sh b/init.sh index 101a3b2..0965872 100755 --- a/init.sh +++ b/init.sh @@ -92,7 +92,7 @@ install_complete() { Installation complete! Your ssh key: - $(cat ~/.ssh/id_ed25519.pub) + $(cat ~/.ssh/id_ed25519.pub) Configure your excludes ${EDITOR:-vim} "$BORGMATIC_EXCLUDES_FILE" To setup your repository, run: