Add update-mullvad-vpn.sh

This commit is contained in:
Johan 2024-09-24 20:15:23 +02:00
parent b3e42307fd
commit a422e3d48d

View File

@ -0,0 +1,7 @@
# Make sure script is ran as root
if [[ $EUID -ne 0 ]]; then
exec sudo /bin/bash "$0" "$@"
fi
wget -O MullvadVPN-Latest_amd64.deb --trust-server-names https://mullvad.net/download/app/deb/latest && apt install ./MullvadVPN-Latest_amd64.deb