From fdc1f091674ef57793c8c4173a635cbe0a10aaf4 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 1 Jul 2022 10:25:26 -0400 Subject: [PATCH] Update protonvpn.sh --- fedora/protonvpn.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora/protonvpn.sh b/fedora/protonvpn.sh index 15ed03d..efe9c7d 100644 --- a/fedora/protonvpn.sh +++ b/fedora/protonvpn.sh @@ -1,4 +1,4 @@ #!/bin/bash -curl --proxy http://127.0.0.1:8082/ -O https://protonvpn.com/download/protonvpn-stable-release-1.0.1-1.noarch.rpm -sudo dnf install protonvpn -y \ No newline at end of file +sudo dnf install https://protonvpn.com/download/protonvpn-stable-release-1.0.1-1.noarch.rpm -y +sudo dnf install protonvpn -y