From 8a01e376ac662ca7570ea54d5e3574126da9d4c7 Mon Sep 17 00:00:00 2001 From: Trivikram-Paduchuru <52780220+Trivikram-Paduchuru@users.noreply.github.com> Date: Wed, 8 Jul 2026 18:11:54 +0530 Subject: [PATCH 1/2] Fix download command in README for mount-umount-helper Updated download command for mount-umount-helper script to use a specific filename and URL. --- Linux_scripts/mount-umount-helper/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux_scripts/mount-umount-helper/README.md b/Linux_scripts/mount-umount-helper/README.md index ac14ceb..be6b81c 100644 --- a/Linux_scripts/mount-umount-helper/README.md +++ b/Linux_scripts/mount-umount-helper/README.md @@ -74,7 +74,7 @@ The script includes special handling for platform-specific behaviors: - Download and execute ```bash -wget https://aka.ms/mountumounthelper +wget -O mount-umount-helper.sh https://raw.githubusercontent.com/Azure/azure-support-scripts/ba2480b9601a9e33f3b3a6dc626c545a5c98091e/Linux_scripts/mount-umount-helper/mount-umount-helper.sh chmod +x mount-umount-helper.sh sudo ./mount-umount-helper.sh ``` From e327b070a11766a19a9f26d858b1c03c644507c2 Mon Sep 17 00:00:00 2001 From: Trivikram-Paduchuru <52780220+Trivikram-Paduchuru@users.noreply.github.com> Date: Wed, 8 Jul 2026 18:24:38 +0530 Subject: [PATCH 2/2] Update download link to latest script version --- Linux_scripts/mount-umount-helper/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux_scripts/mount-umount-helper/README.md b/Linux_scripts/mount-umount-helper/README.md index be6b81c..6b4bea6 100644 --- a/Linux_scripts/mount-umount-helper/README.md +++ b/Linux_scripts/mount-umount-helper/README.md @@ -74,7 +74,7 @@ The script includes special handling for platform-specific behaviors: - Download and execute ```bash -wget -O mount-umount-helper.sh https://raw.githubusercontent.com/Azure/azure-support-scripts/ba2480b9601a9e33f3b3a6dc626c545a5c98091e/Linux_scripts/mount-umount-helper/mount-umount-helper.sh +wget -O mount-umount-helper.sh https://raw.githubusercontent.com/Azure/azure-support-scripts/refs/heads/master/Linux_scripts/mount-umount-helper/mount-umount-helper.sh chmod +x mount-umount-helper.sh sudo ./mount-umount-helper.sh ```