Update README.md

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

View file

@ -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. 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://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 chmod +x install.sh
```
```bash
sudo ./install.sh sudo ./install.sh
```