Skip to content

Commit

Permalink
Merge pull request #142 from MidnightChems/fix-quickstart-sh
Browse files Browse the repository at this point in the history
Update quickstart.sh
  • Loading branch information
TheOnlyZac authored Jan 4, 2025
2 parents 84ec24c + 9487168 commit dc2f4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sudo ./setup_progd_linux.sh

# Check if disc/SCUS_971.98 exists
echo "Setup complete!"
if [ ! -f ../disc/SCUS_971.98 ] then
if [ ! -f ../disc/SCUS_971.98 ]; then
echo "Now, copy SCUS_971.98 from your copy of the game to the 'disc' directory of this project."
echo "Then build the project by running the 'build.sh' script."
exit
Expand Down

0 comments on commit dc2f4b5

Please sign in to comment.