mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-05 13:14:48 +01:00
26 lines
745 B
Markdown
26 lines
745 B
Markdown
# 🛳 Installation
|
|
|
|
Linux & macOS. Windows is not supported. If you have problems installing please open an issue :)
|
|
|
|
Autorestic requires `bash`, `wget` and `bzip2` to be installed. For most systems these should be already installed.
|
|
|
|
```bash
|
|
wget -qO - https://raw.githubusercontent.com/CupCakeArmy/autorestic/master/install.sh | bash
|
|
```
|
|
|
|
## Alternatives
|
|
|
|
### Manual
|
|
|
|
You can download the right binary from the release page and simply copy it to `/usr/local/bin` or whatever path you prefer. Autoupdates will still work.
|
|
|
|
### Brew
|
|
|
|
If you are on macOS you can install through brew: `brew install autorestic`.
|
|
|
|
### AUR
|
|
|
|
If you are on Arch there is an [AUR Package](https://aur.archlinux.org/packages/autorestic-bin/) by @n194.
|
|
|
|
> :ToCPrevNext
|