File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,5 @@ ssh-liberty-bridge|1.3.0|arm64|https://github.com/hiddify/ssh-liberty-bridge/rel
2525ssh-liberty-bridge|1.3.0|amd64|https://github.com/hiddify/ssh-liberty-bridge/releases/download/v1.3.0/ssh-liberty-bridge-amd64|2361ac482b5dccedab9e3910af204980353856b6a2b4da586cb67b8336bd0c9c
2626xray|25.6.8|arm64|https://github.com/XTLS/Xray-core/releases/download/v25.6.8/Xray-linux-arm64-v8a.zip|ca404752f27176cdaaddf929ec65a96cf18cceba403d6d97a66cdac48ef84dfe
2727xray|25.6.8|amd64|https://github.com/XTLS/Xray-core/releases/download/v25.6.8/Xray-linux-64.zip|51bcd3304fdbd64b58048b056da005fbaa6c83577fc351cae34024760e111e4b
28+ wgcf|2.2.28|arm64|https://github.com/ViRb3/wgcf/releases/download/v2.2.28/wgcf_2.2.28_linux_arm64|14daf9995dd447cfd037b2fe21062993446b82b94550072ea4874aecd20ed71d
29+ wgcf|2.2.28|amd64|https://github.com/ViRb3/wgcf/releases/download/v2.2.28/wgcf_2.2.28_linux_amd64|2cd58bfa56e6703dbea16e607705b67a558be5b32be0378f6479d71f271d0861
Original file line number Diff line number Diff line change 1+ latest=$1
2+ source ../../../common/package_manager.sh
3+ add_package wgcf $latest arm64 https://github.com/ViRb3/wgcf/releases/download/v$latest /wgcf_${latest} _linux_arm64
4+ add_package wgcf $latest amd64 https://github.com/ViRb3/wgcf/releases/download/v$latest /wgcf_${latest} _linux_amd64
Original file line number Diff line number Diff line change 11# bash download_wgcf.sh
22source /opt/hiddify-manager/common/package_manager.sh
3- install_package wireguard-dkms wireguard- tools
3+ install_package wireguard-tools
44download_package wgcf wgcf
55if [ " $? " == " 0" ] || ! is_installed ./wgcf; then
66 chmod +x wgcf || exit 1
You can’t perform that action at this time.
0 commit comments