diff --git a/install_functions.sh b/install_functions.sh index f7031921115d7eb696a0b3696353268392e56de6..b973bbf325eb854113605d32471ae6a6a5540a87 100644 --- a/install_functions.sh +++ b/install_functions.sh @@ -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