Skip to content
Snippets Groups Projects
Commit 340e87b4 authored by alexis's avatar alexis
Browse files

changed way of installing mullvad vpn

parent 2723181b
No related branches found
No related tags found
No related merge requests found
......@@ -73,13 +73,11 @@ if [ "$distro" == "Debian" ]; then
read yn
if [ "$yn" == 'y' ]; then
# Download and install Mullvad VPN
curl https://mullvad.net/download/app/deb/latest/ -o ~/Downloads/mullvad.deb && sudo apt install ~/Downloads/mullvad.deb
sudo curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc
echo "deb [signed-by=/usr/share/keyrings/mullvad-keyring.asc arch=$( dpkg --print-architecture )] https://repository.mullvad.net/deb/stable $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/mullvad.list
sudo apt update && sudo apt install mullvad-vpn -y
# Enable and start Mullvad daemon
sudo systemctl enable --now mullvad-daemon
# Clean up the downloaded deb file
rm ~/Downloads/mullvad.deb
fi
echo 'Setup Arkenfox user.js ? (y or n)'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment