From f5efd82ed99b56e4c9fceff15d1f548e610b701a Mon Sep 17 00:00:00 2001 From: DualStackAdmin <64967000+DualStackAdmin@users.noreply.github.com> Date: Thu, 9 Oct 2025 01:36:42 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5788073..834c613 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Log into your fresh **Ubuntu 22.04 LTS** server and run the following commands. ```bash # Download the installation script from GitHub -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 # Make the script executable chmod +x install.sh