mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-05 21:24:11 +01:00
12 lines
354 B
Markdown
12 lines
354 B
Markdown
# 🛳 Installation
|
|
|
|
Linux & macOS. Windows is not supported. If you have problems installing please open an issue :)
|
|
|
|
Autorestic requires `curl`, `wget` and `bzip2` to be installed. For most systems these should be already installed.
|
|
|
|
```bash
|
|
curl -s https://raw.githubusercontent.com/CupCakeArmy/autorestic/master/install.sh | bash
|
|
```
|
|
|
|
> :ToCPrevNext
|