Skip to content

Commit

Permalink
Merge pull request #5 from ProbablePrime/patch-1
Browse files Browse the repository at this point in the history
fix(update): remove no longer needed migrations thingy
  • Loading branch information
bredo228 authored Jul 15, 2024
2 parents 39b251c + be4c22c commit b67cdcd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/update-resonite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ HEADLESS_DIRECTORY="/home/container/Headless/net8.0"

/home/container/steamcmd/steamcmd.sh +login ${STEAM_USER} ${STEAM_PASS} +force_install_dir /home/container +app_update 2519830 -beta ${STEAM_BRANCH} -betapassword ${BETA_CODE} +quit

# Fix for issue with NVR.json migrations exploding
ln -sf /home/container/Migrations /home/container/Headless/Migrations

#Mod installation if ENABLE_MODS is true. Heavily inspired and pulled from work by Spex. Thank you
if [ "${ENABLE_MODS}" = "true" ]; then

Expand Down

0 comments on commit b67cdcd

Please sign in to comment.