Skip to content

Commit

Permalink
Fix: Please use force_install_dir before logon!
Browse files Browse the repository at this point in the history
Please use force_install_dir before logon!

ValveSoftware/steam-for-linux#8298
  • Loading branch information
shadowpanther committed Jan 26, 2022
1 parent d67a24b commit a4e4ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_neosvr.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh

bash "${STEAMCMDDIR}/steamcmd.sh" \
+login ${STEAMLOGIN} \
+force_install_dir ${STEAMAPPDIR} \
+login ${STEAMLOGIN} \
+app_license_request ${STEAMAPPID} \
+app_update ${STEAMAPPID} -beta ${STEAMBETA} -betapassword ${STEAMBETAPASSWORD} validate \
+quit
Expand Down

0 comments on commit a4e4ab1

Please sign in to comment.