Skip to content

Commit 297d0b6

Browse files
committed
build(install): fix: main "$@"
1 parent 26eb05c commit 297d0b6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,3 +305,4 @@ download_weights () {
305305
cd "${SCRIPT_DIR}/.."
306306
}
307307

308+
main "$@"

scripts/install_uv.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,3 +320,4 @@ download_weights () {
320320
cd "${SCRIPT_DIR}/.."
321321
}
322322

323+
main "$@"

0 commit comments

Comments
 (0)