PiSCSI / piscsi

PiSCSI allows a Raspberry Pi to function as emulated SCSI devices (hard disk, CD-ROM, and others) for vintage SCSI-based computers and devices. This is a fork of the RaSCSI project by GIMONS.
https://piscsi.org
BSD 3-Clause "New" or "Revised" License
544 stars 82 forks source link

Break up easyinstall.sh script into modules #1431

Open rdmark opened 9 months ago

rdmark commented 9 months ago

Break out logical chunks of the easyinstall.sh script into stand-alone modules. Modular scripts can be stored in the newly added shell_scripts subdir.

rdmark commented 9 months ago

The script is over 1600 lines long at present. It's hard to read and maintain.