Update Proxmox/ThunderboltNetwork.md

This commit is contained in:
2024-06-16 19:57:00 +00:00
parent 126c9f3f54
commit 5d8aaa728b

View File

@@ -25,6 +25,7 @@ Adjust the `/etc/network/interfaces`. Remove any section that belongs to any aut
```python
sed -i '/^source \/etc\/network\/interfaces\.d\/\*$/d' /etc/network/interfaces
sed '${/^$/d;}' /etc/network/interfaces > temp.txt && mv temp.txt /etc/network/interfaces
nano /etc/network/interfaces
```