Interrupt / systemshock

Shockolate - A minimalist and cross platform System Shock source port.
GNU General Public License v3.0
801 stars 62 forks source link

install_sdl.sh unexpected behavior (deleted dependency from Doom64) #396

Closed Robo-Fortune closed 1 year ago

Robo-Fortune commented 1 year ago

Expected behavior: The shell script should clone the repository for fluidsynth-lite and continue. Actual behavior: The shell script asks for a username and password for github.com and, upon these being entered, fails.

Proposed fix: github.com/Doom64/fluidsynth-lite.git no longer exists. The dependency is saved now at github.com/EtherTyper/fluidsynth-lite.git, and changing line 36 to clone this directory causes the install script to run as expected.