This commit is contained in:
cupcakearmy 2019-11-27 19:30:01 +01:00
parent 06ce8180fb
commit 652158d1ed
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
OUT_FILE=/usr/local/bin/autorestic