mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
CI(ga): Switch to using aria2 instead of axel
This commit is contained in:
parent
c04c7e50dc
commit
3a3a4c22c1
@ -61,11 +61,11 @@ ls -al "$envDir"
|
||||
if [[ -d "$envDir" && -n "$(ls -A '$envDir')" ]]; then
|
||||
echo "Environment is cached"
|
||||
else
|
||||
sudo apt install axel
|
||||
sudo apt install aria2
|
||||
|
||||
envArchive="$MUMBLE_ENVIRONMENT_VERSION.tar.xz"
|
||||
|
||||
axel -n 5 --output="$envArchive" "$MUMBLE_ENVIRONMENT_SOURCE/$envArchive"
|
||||
aria2c "$MUMBLE_ENVIRONMENT_SOURCE/$envArchive" --dir="$envArchive"
|
||||
|
||||
echo "Extracting archive..."
|
||||
if [[ ! -d "$MUMBLE_ENVIRONMENT_DIR" ]]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user