Upload files to "scripts"

main
berkeley 2024-08-25 16:07:25 +00:00
parent 81a9815b21
commit 16d551960f
1 changed files with 6 additions and 0 deletions

6
scripts/mullvad.sh Normal file
View File

@ -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 &