From ff60c2db3283460f769d48d3c6b19009d827eac1 Mon Sep 17 00:00:00 2001 From: Stewart Bennell Date: Fri, 24 Sep 2021 10:45:48 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c121c1..3d4e4a6 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ Use at your own risk! Read the script before you run it. ```bash # if root -wget -qO - https://raw.githubusercontent.com/sbennell/SetupProxmox/Testing/patch.sh -c -O patch.sh && bash patch.sh && rm patch.sh +wget -qO - https://raw.githubusercontent.com/sbennell/SetupProxmox/master/patch.sh -c -O patch.sh && bash patch.sh && rm patch.sh # if non-root -wget -qO - https://raw.githubusercontent.com/sbennell/SetupProxmox/Testing/patch.sh -c -O patch.sh && sudo bash patch.sh && rm patch.sh +wget -qO - https://raw.githubusercontent.com/sbennell/SetupProxmox/master/patch.sh -c -O patch.sh && sudo bash patch.sh && rm patch.sh ```