Upload files to "scripts"
parent
81a9815b21
commit
16d551960f
|
@ -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 &
|
Loading…
Reference in New Issue