From aaf162d1aea535e07ab791758488999da0e98ab0 Mon Sep 17 00:00:00 2001 From: sang Date: Fri, 19 Jul 2024 16:36:24 +0800 Subject: [PATCH] feat: add chmod for bin --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 690807c..4734399 100644 --- a/install.sh +++ b/install.sh @@ -2,6 +2,7 @@ curl -sSL https://raw.githubusercontent.com/gitsang/lxc-iptag/main/lxc-iptag -o /usr/local/bin/lxc-iptag curl -sSL https://raw.githubusercontent.com/gitsang/lxc-iptag/main/lxc-iptag.service -o /lib/systemd/system/lxc-iptag.service +chmod +x /usr/local/bin/lxc-iptag sudo systemctl daemon-reload sudo systemctl enable lxc-iptag.service