frkn deprecated

This commit is contained in:
2025-07-10 23:46:19 +08:00
parent 5ae19346d6
commit ff36975eb7
2 changed files with 7 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
##makedesc: Install Wireguard + FRKN
##makedesc: Install Wireguard + FRKN (deprecated)
source "$( dirname $(readlink -e -- "${BASH_SOURCE}"))/../helpers.sh" || exit 255
# https://frkn.org/ru/installation
@@ -11,7 +11,7 @@ cd "$HOME/install/frkn"
apt_install wireguard jq
countries=(uk ru nl nl2 ch)
countries=(jp nl tr at ru se)
for idx in ${!countries[@]}; do
country=${countries[idx]}
info "Downloading config for $country ($(expr $idx + 1)/${#countries[@]})"