From 68067884bb16e2faf6bd8821321866d3adf0e624 Mon Sep 17 00:00:00 2001 From: DualStackAdmin <64967000+DualStackAdmin@users.noreply.github.com> Date: Thu, 9 Oct 2025 02:18:58 +0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 +``` +