Alter dlvs to use curl instead
This commit is contained in:
parent
b793eb7591
commit
217cfc2b4d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ download_game() {
|
||||||
|
|
||||||
# Download game files
|
# Download game files
|
||||||
download_path="/vs_server_linux-x64_${version}"
|
download_path="/vs_server_linux-x64_${version}"
|
||||||
wget --no-check-certificate --continue "$url" -O "${download_path}.tar.gz"
|
curl -k "$url" -o "${download_path}.tar.gz"
|
||||||
|
|
||||||
# Extract and clean up
|
# Extract and clean up
|
||||||
mkdir -pv $extract_path
|
mkdir -pv $extract_path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue