Files
firezone/scripts/dns-nm-setup.bash
Reactor Scram b42f623ad6 ci(linux): add CI setup script for NetworkManager (#3641)
No user-facing changes. Just making sure I can install NM in the runner.
2024-02-14 02:54:42 +00:00

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