Update README.md

This commit is contained in:
DualStackAdmin 2025-10-09 02:23:14 +04:00 committed by GitHub
parent 68067884bb
commit 1a0e4a87ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,7 @@ 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. 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 ```bash
wget https://github.com/DualStackAdmin/self-hosted-m365-backup/blob/main/install.sh wget https://raw.githubusercontent.com/DualStackAdmin/self-hosted-m365-backup/main/install.sh
``` ```
```bash ```bash