From f075cd75d60a7cb709cbb5e1dd37fd63a9b50d61 Mon Sep 17 00:00:00 2001 From: Kuzz007 Date: Sat, 25 Jul 2026 02:33:51 +0300 Subject: [PATCH] docs(install): note that AmneziaWG kernel module install is still manual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tracked separately (not yet ported into this script) — see coinman-dev/3ax-ui's install_amneziawg for the reference approach (ppa:amnezia/ppa). Also serves as a real, path-filter-matching change to get the previous empty commit's CI trigger to actually fire — release.yml's push trigger is paths-scoped and an empty commit changes no files, so it never matched. Co-Authored-By: Claude Sonnet 5 --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index 667f0391c..17e5dd799 100644 --- a/install.sh +++ b/install.sh @@ -8,6 +8,11 @@ plain='\033[0m' cur_dir=$(pwd) +# TODO(amneziawg): this script does not yet install the AmneziaWG DKMS kernel +# module + amneziawg-tools. Until it does, install them manually before +# creating an AmneziaWG inbound (see coinman-dev/3ax-ui's install_amneziawg +# for a reference implementation: ppa:amnezia/ppa on Ubuntu/Debian). + xui_folder="${XUI_MAIN_FOLDER:=/usr/local/x-ui}" xui_service="${XUI_SERVICE:=/etc/systemd/system}"