mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 00:06:25 +00:00
use bash
This commit is contained in:
parent
06ce8180fb
commit
652158d1ed
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
OUT_FILE=/usr/local/bin/autorestic
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user