From 16d551960f44783a6ed40ef741d2df12afa0ff02 Mon Sep 17 00:00:00 2001 From: berkeley Date: Sun, 25 Aug 2024 16:07:25 +0000 Subject: [PATCH] Upload files to "scripts" --- scripts/mullvad.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/mullvad.sh diff --git a/scripts/mullvad.sh b/scripts/mullvad.sh new file mode 100644 index 0000000..8da32cd --- /dev/null +++ b/scripts/mullvad.sh @@ -0,0 +1,6 @@ +#!/bin/sh +# Run mullvad-vpn as a normal user +nix-shell -p mullvad-vpn --run mullvad-vpn & + +# Run mullvad-daemon as root +sudo nix-shell -p mullvad-vpn --run mullvad-daemon &