frkn deprecated
This commit is contained in:
14
Makefile
14
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
|
.DEFAULT_GOAL := help
|
||||||
|
|
||||||
#===============================================
|
#===============================================
|
||||||
# Scripts listed in ./install
|
# Scripts listed in ./install
|
||||||
#===============================================
|
#===============================================
|
||||||
|
|
||||||
##albert: Install albert (latest) + ppa
|
|
||||||
albert:
|
|
||||||
@./install/albert
|
|
||||||
|
|
||||||
##apache2: Install apache2 (latest)
|
##apache2: Install apache2 (latest)
|
||||||
apache2:
|
apache2:
|
||||||
@./install/apache2
|
@./install/apache2
|
||||||
@@ -53,9 +49,9 @@ droidcam-obs:
|
|||||||
flameshot:
|
flameshot:
|
||||||
@./install/flameshot
|
@./install/flameshot
|
||||||
|
|
||||||
##frkn: Install Wireguard + FRKN
|
##frkn.deprecated: Install Wireguard + FRKN
|
||||||
frkn:
|
frkn.deprecated:
|
||||||
@./install/frkn
|
@./install/frkn.deprecated
|
||||||
|
|
||||||
##git: Install git (latest)
|
##git: Install git (latest)
|
||||||
git:
|
git:
|
||||||
@@ -221,7 +217,7 @@ vivaldi:
|
|||||||
vscode:
|
vscode:
|
||||||
@./install/vscode
|
@./install/vscode
|
||||||
|
|
||||||
##wine: Install wine (latest) + ppa (focal)
|
##wine: Install wine (latest) + ppa
|
||||||
wine:
|
wine:
|
||||||
@./install/wine
|
@./install/wine
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
##makedesc: Install Wireguard + FRKN
|
##makedesc: Install Wireguard + FRKN (deprecated)
|
||||||
source "$( dirname $(readlink -e -- "${BASH_SOURCE}"))/../helpers.sh" || exit 255
|
source "$( dirname $(readlink -e -- "${BASH_SOURCE}"))/../helpers.sh" || exit 255
|
||||||
|
|
||||||
# https://frkn.org/ru/installation
|
# https://frkn.org/ru/installation
|
||||||
@@ -11,7 +11,7 @@ cd "$HOME/install/frkn"
|
|||||||
|
|
||||||
apt_install wireguard jq
|
apt_install wireguard jq
|
||||||
|
|
||||||
countries=(uk ru nl nl2 ch)
|
countries=(jp nl tr at ru se)
|
||||||
for idx in ${!countries[@]}; do
|
for idx in ${!countries[@]}; do
|
||||||
country=${countries[idx]}
|
country=${countries[idx]}
|
||||||
info "Downloading config for $country ($(expr $idx + 1)/${#countries[@]})"
|
info "Downloading config for $country ($(expr $idx + 1)/${#countries[@]})"
|
||||||
|
|||||||
Reference in New Issue
Block a user