mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
8 lines
120 B
Bash
Executable File
8 lines
120 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
nslookup github.com
|
|
sudo apt-get install -y network-manager
|
|
nslookup github.com
|