mirror of
https://gitlab.com/octospacc/MultiSpaccSDK
synced 2025-06-05 22:09:21 +02:00
WIP Browser example; WIP init API; Partial update keys API
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user