From 4f31d6370109d28071667618176a4d43e074ade3 Mon Sep 17 00:00:00 2001 From: nocci Date: Sun, 10 Aug 2025 15:51:24 +0200 Subject: [PATCH] mullvad install error --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index dcaa239..db66c55 100644 --- a/install.sh +++ b/install.sh @@ -688,7 +688,7 @@ setup_import_provider() { install_vpn_provider() { case "$VPN_PROVIDER" in "mullvad") - setup_mullvad_provider + install_mullvad ;; "custom") setup_custom_provider