This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # Auto install latest kernel for TCP BBR | |
| # | |
| # System Required: CentOS 6+, Debian7+, Ubuntu12+ | |
| # | |
| # Copyright (C) 2016-2017 Teddysun <i@teddysun.com> | |
| # | |
| # URL: https://teddysun.com/489.html | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # This file is accessible as https://install.direct/go.sh | |
| # Original source is located at github.com/v2ray/v2ray-core/release/install-release.sh | |
| CUR_VER="" | |
| NEW_VER="" | |
| ARCH="" | |
| VDIS="64" | |
| ZIPFILE="/tmp/v2ray/v2ray.zip" |
OlderNewer