summaryrefslogtreecommitdiffhomepage
path: root/scripts/install-mullvad
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2023-10-13 13:30:58 +0200
committerOskar Nyberg <oskar@mullvad.net>2023-10-13 13:30:58 +0200
commit0d93ddb3e13cba93bb23eceb03100e4ab0ddfbc8 (patch)
tree960d804da5e1713106af4829e2403400d4fe11c9 /scripts/install-mullvad
parent6842d204e3585b216f7e271ecb9eaf4a158ee666 (diff)
parent63e9beb56598149b454c757407c53fa47c7f26a3 (diff)
downloadmullvadvpn-0d93ddb3e13cba93bb23eceb03100e4ab0ddfbc8.tar.xz
mullvadvpn-0d93ddb3e13cba93bb23eceb03100e4ab0ddfbc8.zip
Merge branch 'update-releases-server-url'
Diffstat (limited to 'scripts/install-mullvad')
-rwxr-xr-xscripts/install-mullvad2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-mullvad b/scripts/install-mullvad
index 75073a3391..edca896285 100755
--- a/scripts/install-mullvad
+++ b/scripts/install-mullvad
@@ -10,7 +10,7 @@ if [[ $# != 1 ]]; then
exit 1
fi
-URL_BASE="https://releases.mullvad.net"
+URL_BASE="https://releases.mullvad.net/desktop"
# Pass Mullvad VPN app version as first and only argument
version=$1