Skip to content

Commit

Permalink
SRB2: last asset fix I swear.
Browse files Browse the repository at this point in the history
  • Loading branch information
cobalt2727 committed Feb 12, 2024
1 parent 6f044dd commit 07e8164
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/games_and_emulators/SRB2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ test -f ~/.srb2/config.cfg || mv config.cfg ~/.srb2/config.cfg || error "The gam
xdg-open /usr/local/SRB2/ || echo ""
sudo mv dedicated-server-howto.txt /usr/local/SRB2/dedicated-server-howto.txt && sudo touch /usr/local/SRB2/adedserv.cfg

#why does 'sudo make install' not cover this properly.
sudo cp /tmp/SRB2-Source-Code/assets/installer/models/ /usr/local/SRB2/models

status "Erasing temporary build files to save space..."
sudo rm -rf /tmp/SRB2* /tmp/srb2*
echo
Expand Down

0 comments on commit 07e8164

Please sign in to comment.