diff --git a/docs/pages/installation.md b/docs/pages/installation.md index 21952be..38e1cbd 100644 --- a/docs/pages/installation.md +++ b/docs/pages/installation.md @@ -5,7 +5,7 @@ Linux & macOS. Windows is not supported. If you have problems installing please 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 +sudo bash -c "$(wget -qO - https://raw.githubusercontent.com/cupcakearmy/autorestic/master/install.sh)" ``` ## Alternatives