diff --git a/Proxmox/ThunderboltNetwork.md b/Proxmox/ThunderboltNetwork.md index 36d532b..af2b01d 100644 --- a/Proxmox/ThunderboltNetwork.md +++ b/Proxmox/ThunderboltNetwork.md @@ -31,6 +31,17 @@ 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 + +tee -a /etc/network/interfaces <