Advertisement
Guest User

update

a guest
Jul 28th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. steamcmd +login password user +force_install_dir ./starbound +app_update 211820 +workshop_download_item 211820 729492334 +workshop_download_item 211820 729480149 validate +quit
  4. rm -r /home/steam/steamcmd/starbound/mods/firstmod && rm -r /home/steam/steamcmd/starbound/mod/secondmod
  5. /home/steam/steamcmd/starbound/linux/asset_unpacker /home/steam/steamcmd/steamapps/workshop/content/211820/729480149/contents.pak /home/steam/steamcmd/starbound/mods/firstmod && /home/steam/steamcmd/starbound/linux/asset_unpacker /home/steam/steamcmd/steamapps/workshop/content/211820/729492334/contents.pak /home/steam/steamcmd/starbound/mods/secondmod
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement