Compare commits

...

2 Commits

3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -x
/usr/bin/brave-browser-nightly --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations "$@"
set +x

View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -x
brave-nightly --guest "$@"
set +x

View File

@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -x
sudo systemctl start nordvpnd.socket
sleep 5
sudo systemctl start nordvpnd.service
sleep 5
systemctl status nordvpnd.service --no-pager