From 052abbec1ab3748ff475421d36c420fc3df4675c Mon Sep 17 00:00:00 2001
From: Patrick <patrickpluto@proton.me>
Date: Mon, 18 Nov 2024 20:58:55 +0100
Subject: [PATCH] small change

---
 installation/static_ip.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/installation/static_ip.sh b/installation/static_ip.sh
index 0e9f2a0..352e720 100644
--- a/installation/static_ip.sh
+++ b/installation/static_ip.sh
@@ -6,4 +6,4 @@ iface $1 inet static
     netmask 255.255.255.0
     gateway 192.168.1.0"
 
-echo -e "$config" | sudo tee /etc/network/interfaces >/dev/null
+echo -e "$config" | sudo tee /etc/network/interfaces.d/network >/dev/null