Add update-mullvad-vpn.sh
This commit is contained in:
parent
b3e42307fd
commit
a422e3d48d
7
BashScripts/update-mullvad-vpn.sh
Normal file
7
BashScripts/update-mullvad-vpn.sh
Normal 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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user