autorestic/docs/pages/installation.md

34 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2020-05-17 14:52:30 +02:00
# 🛳 Installation
Linux & macOS. Windows is not supported. If you have problems installing please open an issue :)
2021-10-30 14:30:53 +02:00
Autorestic requires `bash`, `wget` and `bzip2` to be installed. For most systems these should be already installed.
2020-05-17 14:52:30 +02:00
```bash
2022-10-18 16:23:27 +02:00
wget -qO - https://raw.githubusercontent.com/cupcakearmy/autorestic/master/install.sh | bash
2020-05-17 14:52:30 +02:00
```
2021-04-28 13:38:20 +02:00
## Alternatives
2021-11-20 17:03:54 +01:00
### Docker
There is an official docker image over at [cupcakearmy/autorestic](https://hub.docker.com/r/cupcakearmy/autorestic).
2021-12-06 17:20:06 +01:00
For some examples see [here](/docker).
2021-04-28 13:38:20 +02:00
### 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
2021-04-29 15:16:33 +02:00
If you are on macOS you can install through brew: `brew install autorestic`.
2021-04-28 13:38:20 +02:00
### Fedora
Fedora users can install the [autorestic](https://src.fedoraproject.org/rpms/autorestic/) package with `dnf install autorestic`.
2021-04-28 13:38:20 +02:00
### AUR
If you are on Arch there is an [AUR Package](https://aur.archlinux.org/packages/autorestic-bin/)