mirror of
https://github.com/shijimasoft/cia-unix.git
synced 2025-06-18 14:25:34 -04:00
added seeddb.bin as a dependency
This commit is contained in:
parent
974af55961
commit
0625e7484f
@ -54,6 +54,11 @@ if [[ ! -f "decrypt.py" ]]; then
|
||||
wget https://raw.githubusercontent.com/shijimasoft/cia-unix/main/decrypt.py -q
|
||||
fi
|
||||
|
||||
if [[ ! -f "seeddb.bin" ]]; then
|
||||
echo " * Downloading ${BOLD}seeddb.bin${NORMAL}"
|
||||
wget https://github.com/ihaveamac/3DS-rom-tools/raw/master/seeddb/seeddb.bin -q
|
||||
fi
|
||||
|
||||
echo " * Cleaning up"
|
||||
rm -rf ctrtool-v$CTRTOOL_VER-*
|
||||
rm -rf makerom-v$MAKEROM_VER-*
|
||||
|
Loading…
Reference in New Issue
Block a user