mirror of
https://github.com/Lakr233/vphone-cli.git
synced 2026-09-02 02:34:29 +00:00
setup: install and document aria2c (#237)
This commit is contained in:
@@ -26,7 +26,7 @@ ensure_repo_submodule() {
|
||||
|
||||
echo "[1/5] Checking brew packages..."
|
||||
|
||||
BREW_PACKAGES=(gnu-tar openssl@3 ldid-procursus sshpass)
|
||||
BREW_PACKAGES=(aria2 gnu-tar openssl@3 ldid-procursus sshpass)
|
||||
BREW_MISSING=()
|
||||
|
||||
for pkg in "${BREW_PACKAGES[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user