From d1e1e638fbe958ae08f03ef5fb8d02b2b50f8641 Mon Sep 17 00:00:00 2001 From: DualStackAdmin <64967000+DualStackAdmin@users.noreply.github.com> Date: Thu, 9 Oct 2025 01:55:46 +0400 Subject: [PATCH] Update README.md --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 834c613..1b19060 100644 --- a/README.md +++ b/README.md @@ -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)