Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. steamcmd +login anonymous +force_install_dir /root/server/kiosk10x +app_update 258550 +quit
  4.  
  5. export LD_LIBRARY_PATH=/root/server/kiosk10x:/root/server/kiosk10x/RustDedicated:{LD_LIBRARY_PATH} ;
  6.  
  7. nohup ./RustDedicated -batchmode -nographics -server.identity "server1" -rcon.port 28016 -rcon.password youtube -rcon.web 1 -server.description "test" &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement