docs(install): note that AmneziaWG kernel module install is still manual

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 <noreply@anthropic.com>
This commit is contained in:
Kuzz007
2026-07-25 02:33:51 +03:00
parent 83a68634bb
commit f075cd75d6
+5
View File
@@ -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}"