Skip to content

Commit

Permalink
Add command_config.json to install script (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinRichards authored Oct 4, 2024
1 parent c6ece0d commit 71979f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if [ "$1" != "" ]; then
exit 1
fi
cp font_config.json $1/tools/poryscript
cp command_config.json $1/tools/poryscript
else
echo "Usage: install.sh PATH"
fi

0 comments on commit 71979f5

Please sign in to comment.