diff --git a/protonvpn.sh b/protonvpn.sh index 182a41f..d691fe4 100644 --- a/protonvpn.sh +++ b/protonvpn.sh @@ -1,4 +1,5 @@ #!/bin/bash +#Base this on fedora-X-minimal-sys-net sudo dnf install https://protonvpn.com/download/protonvpn-stable-release-1.0.1-1.noarch.rpm -y -sudo dnf install protonvpn -y +sudo dnf install protonvpn NetworkManager-openvpn -y