From 652158d1ed9f75681544f5399785475472b7f8db Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 27 Nov 2019 19:30:01 +0100 Subject: [PATCH] use bash --- README.md | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3856e60..65ffb62 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Autorestic is a wrapper around the amazing [restic](https://restic.net/). While ## Installation ``` -curl -s https://raw.githubusercontent.com/CupCakeArmy/autorestic/master/install.sh | sh +curl -s https://raw.githubusercontent.com/CupCakeArmy/autorestic/master/install.sh | bash ``` ## 🚀 Quickstart diff --git a/install.sh b/install.sh index e024622..8261598 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash OUT_FILE=/usr/local/bin/autorestic