From ff36975eb7c03e1edd45d82db8c2e604361e9102 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Thu, 10 Jul 2025 23:46:19 +0800 Subject: [PATCH] frkn deprecated --- Makefile | 14 +++++--------- install/frkn | 4 ++-- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 8c55d4a..b622c27 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,10 @@ -# Autogenerated at 18.06.2025 19:50 using ./gen-makefile +# Autogenerated at 10.07.2025 23:45 using ./gen-makefile .DEFAULT_GOAL := help #=============================================== # Scripts listed in ./install #=============================================== -##albert: Install albert (latest) + ppa -albert: - @./install/albert - ##apache2: Install apache2 (latest) apache2: @./install/apache2 @@ -53,9 +49,9 @@ droidcam-obs: flameshot: @./install/flameshot -##frkn: Install Wireguard + FRKN -frkn: - @./install/frkn +##frkn.deprecated: Install Wireguard + FRKN +frkn.deprecated: + @./install/frkn.deprecated ##git: Install git (latest) git: @@ -221,7 +217,7 @@ vivaldi: vscode: @./install/vscode -##wine: Install wine (latest) + ppa (focal) +##wine: Install wine (latest) + ppa wine: @./install/wine diff --git a/install/frkn b/install/frkn index c4a4fa5..fb100a0 100755 --- a/install/frkn +++ b/install/frkn @@ -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[@]})"