Update README.md

This commit is contained in:
DualStackAdmin 2025-10-09 01:55:46 +04:00 committed by GitHub
parent 60ed8cd244
commit d1e1e638fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ This is an open-source, self-hosted web application designed to back up Microsof
## Installation Guide
The installation consists of two main stages: Azure Portal configuration and Server Installation.
The installation process consists of two main parts: preparing the prerequisites in the Azure Portal and then running the installation script on your server.
### I. Azure Portal Configuration (Prerequisites)
@ -67,14 +67,9 @@ Before running the installation script, you must complete the following steps in
### II. Server Installation
Log into your fresh **Ubuntu 22.04 LTS** server and run the following commands.
Log into your fresh **Ubuntu 22.04 LTS** server and follow these steps.
#### Step 1: Download the Script
Use `wget` to download the latest installer from the GitHub repository.
```bash
# Download the installation script from GitHub
wget https://github.com/DualStackAdmin/self-hosted-m365-backup/blob/main/install.sh
# Make the script executable
chmod +x install.sh
# Run the script with sudo
sudo ./install.sh
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)