Skip to content

Commit

Permalink
fix: use correct keyring path
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Apr 9, 2024
1 parent 4337154 commit 20d993e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libexec/rsdk/rsdk-help
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ rsdk build <options> [product] <suite> <edition>
serve both Radxa archives as well as any other 3rd party archives.
The following archives will use this mirror:
$(find "$SCRIPT_DIR/../../externals/keyrings/" -maxdepth 1 -mindepth 1 -type d ! -name debian -a ! -name ubuntu -printf " %f\n")
$(find "$SCRIPT_DIR/../../../externals/keyrings/" -maxdepth 1 -mindepth 1 -type d ! -name debian -a ! -name ubuntu -printf " %f\n")
-i | --image-name [image_name]
Set the system image name. (Default: $("$SCRIPT_DIR/../../bin/rsdk" config build.default_image_name))
-h | --help
Expand Down

0 comments on commit 20d993e

Please sign in to comment.