From e58be0da820501c100a7962095a2f9fb9bd445fd Mon Sep 17 00:00:00 2001 From: sang Date: Fri, 19 Jul 2024 16:38:14 +0800 Subject: [PATCH] feat: install script add option --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 4734399..44812c3 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -xe + 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