WIP Browser example; WIP init API; Partial update keys API

This commit is contained in:
2023-11-26 01:06:18 +01:00
parent 27a0d9dba1
commit 80f9b7e76a
12 changed files with 231 additions and 82 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
#!/bin/bash
#[ "$(whoami)" != root ] && {
# echo "This script must run as root".
echo "This script must probably run as root".
# exit -1
#}
@ -35,4 +35,4 @@ export DEVKITARM=/opt/devkitpro/devkitARM
export DEVKITPPC=/opt/devkitpro/devkitPPC
[EOF]
. .env
source .env