From f564f1e3db9693ec8c7f4ac8381b3dd65733b282 Mon Sep 17 00:00:00 2001 From: Andri Joos <andri@joos.io> Date: Sat, 14 Sep 2024 15:35:03 +0000 Subject: [PATCH] remove proton vpn repo deb after installation --- install_functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_functions.sh b/install_functions.sh index f703192..b973bbf 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 -- GitLab