please please...?

This commit is contained in:
DubbleClick
2025-07-25 17:52:33 +07:00
parent da8c38575e
commit d627363132
2 changed files with 12 additions and 4 deletions

View File

@@ -205,6 +205,7 @@ echo match ($argv[1]) {
switch ($argv[1] ?? null) {
case 'download_cmd':
passthru("{$prefix}install-pkg go-xcaddy --debug", $retcode); # test
passthru($prefix . $down_cmd, $retcode);
break;
case 'build_cmd':