wackman/patches/11-icf.sh
2025-09-19 18:14:48 +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