mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
* 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:
parent
3622292288
commit
e676a41b4b
2
t2
2
t2
@ -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[@]}" ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user