* support t2 "dl" for download

git-svn-id: https://svn.exactcode.de/t2/trunk@72012 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
This commit is contained in:
René Rebe 2024-11-28 20:42:46 +00:00
parent 3622292288
commit e676a41b4b

2
t2
View File

@ -73,7 +73,7 @@ case "$cmd" in
create-iso) exec scripts/Create-ISO "${args[@]}" ;;
list-errors) exec scripts/Create-ErrList "${args[@]}" ;;
commit|ci) exec scripts/Commit "${args[@]}" ;;
download) exec scripts/Download "${args[@]}" ;;
download|dl) exec scripts/Download "${args[@]}" ;;
find) exec scripts/Find-Pkg "${args[@]}" ;;
install|inst) exec scripts/Emerge-Pkg "${args[@]}" ;;
update) exec scripts/Update-Pkg "${args[@]}" ;;