From 126c9f3f549336ceda58c979afb1a59178b2a33b Mon Sep 17 00:00:00 2001 From: admManuel Date: Sun, 16 Jun 2024 19:55:32 +0000 Subject: [PATCH] Update Proxmox/ThunderboltNetwork.md --- Proxmox/ThunderboltNetwork.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Proxmox/ThunderboltNetwork.md b/Proxmox/ThunderboltNetwork.md index 549c8de..e9255e1 100644 --- a/Proxmox/ThunderboltNetwork.md +++ b/Proxmox/ThunderboltNetwork.md @@ -24,6 +24,7 @@ EOF Adjust the `/etc/network/interfaces`. Remove any section that belongs to any auto added **thunderbolt0** or **thunderbolt1** interface. ```python +sed -i '/^source \/etc\/network\/interfaces\.d\/\*$/d' /etc/network/interfaces nano /etc/network/interfaces ```