6 lines
84 B
Bash
6 lines
84 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
sudo apt install --no-install-recommends --yes \
|
||
|
python3-dnspython \
|
||
|
|