mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-19 12:57:21 +02:00
Compare commits
2 Commits
d4ae19789d
...
da9c90ee2e
Author | SHA1 | Date | |
---|---|---|---|
da9c90ee2e | |||
646884d902 |
5
bash/usr-local-bin/brave-nightly
Executable file
5
bash/usr-local-bin/brave-nightly
Executable 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
|
5
bash/usr-local-bin/brave-nightly-guest
Executable file
5
bash/usr-local-bin/brave-nightly-guest
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -x
|
||||||
|
brave-nightly --guest "$@"
|
||||||
|
set +x
|
@ -1,6 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
sudo systemctl start nordvpnd.socket
|
||||||
|
sleep 5
|
||||||
sudo systemctl start nordvpnd.service
|
sudo systemctl start nordvpnd.service
|
||||||
sleep 5
|
sleep 5
|
||||||
systemctl status nordvpnd.service --no-pager
|
systemctl status nordvpnd.service --no-pager
|
||||||
|
Loading…
x
Reference in New Issue
Block a user