feat: install script add option

This commit is contained in:
sang 2024-07-19 16:38:14 +08:00
parent aaf162d1ae
commit e58be0da82

View File

@ -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