diff --git a/README.md b/README.md index c66b834..76128a7 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,14 @@ Before running the installation script, you must complete the following steps in Log into your fresh **Ubuntu 22.04 LTS** server. The following commands will download the installation script, make it executable, and then run it with the necessary privileges. ```bash -wget [https://raw.githubusercontent.com/DualStackAdmin/self-hosted-m365-backup/main/install.sh](https://raw.githubusercontent.com/DualStackAdmin/self-hosted-m365-backup/main/install.sh) +wget https://github.com/DualStackAdmin/self-hosted-m365-backup/blob/main/install.sh +``` + +```bash chmod +x install.sh +``` + +```bash sudo ./install.sh +``` +