Skip to content
Snippets Groups Projects
Commit f564f1e3 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

remove proton vpn repo deb after installation

parent d768dd0b
No related branches found
No related tags found
No related merge requests found
......@@ -344,6 +344,7 @@ install_protonvpn() {
repo_installer_file="$downloads_path/proton_repo.deb"
wget https://repo.protonvpn.com/debian/dists/stable/main/binary-all/protonvpn-stable-release_${proton_repo_version}_all.deb -O $repo_installer_file
sudo dpkg -i $repo_installer_file
rm $repo_installer_file
$apt_update_cmd
$apt_install_cmd proton-vpn-gnome-desktop
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment