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