wackman/patches/11-icf.sh
2025-10-18 00:33:20 +02:00

5 lines
No EOL
196 B
Bash

if [ -z ${dir+x} ]; then echo "\$dir not set, skipping."; exit 22; else
if [ -z ${icf+x} ]; then echo "ICF url not set, skipping."; else
wget $icf -O $dir/segatools/amfs/ICF1
fi
fi