From 793ab1c6fe9ebc054d7967c8b8a2e5062c482e2b Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Fri, 21 Jun 2019 12:27:59 +0200 Subject: [PATCH] automagically install restic too --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 0ef2695..e024622 100755 --- a/install.sh +++ b/install.sh @@ -18,4 +18,5 @@ curl -s https://api.github.com/repos/cupcakearmy/autorestic/releases/latest \ | wget -O ${OUT_FILE} -i - chmod +x ${OUT_FILE} +autorestic install autorestic \ No newline at end of file