From 9ca7158e961c32b66b097e15c7e9e5c9cb725eb7 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Tue, 6 Jan 2026 09:49:24 -0500 Subject: [PATCH] update sync script to track wireguard script --- sync.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sync.sh b/sync.sh index 769d38d..68fc1c2 100755 --- a/sync.sh +++ b/sync.sh @@ -35,6 +35,7 @@ SCRIPTS=" $HOME/bin/dev.sh \ $HOME/bin/get_bat.sh \ $HOME/bin/hide_panel.sh \ + $HOME/bin/import_wireguard_confs.sh \ $HOME/bin/iommu.sh \ $HOME/bin/kill_at_spi2.sh \ $HOME/bin/monitors_off.sh \