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

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[@]})"