added seeddb.bin as a dependency

This commit is contained in:
shijimasoft 2023-09-16 15:02:10 +02:00
parent 974af55961
commit 0625e7484f

View File

@ -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-*