SteamCMD on Debian: Difference between revisions
No edit summary |
|||
Line 4: | Line 4: | ||
== Rescources == | == Rescources == | ||
* https://developer.valvesoftware.com/wiki/SteamCMD | * https://developer.valvesoftware.com/wiki/SteamCMD | ||
* https://linuxgsm.com/lgsm/vhserver/ | * https://linuxgsm.com/lgsm/vhserver/ | ||
Line 15: | Line 14: | ||
# Download LinuxGSM install script and configure it for Valheim server; ''<nowiki>wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh vhserver</nowiki>'' | # Download LinuxGSM install script and configure it for Valheim server; ''<nowiki>wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh vhserver</nowiki>'' | ||
# Run the installer and follow the on-screen instructions; ''./vhserver install'' | # Run the installer and follow the on-screen instructions; ''./vhserver install'' | ||
Revision as of 22:52, 22 February 2021
I wanted to install Valheim on my Mac Minibian but ran into problems.
This page is my notes on what I did to (hopefully) get it up and running.
Rescources
My installation steps
- GameDig requires Node.js a JavaScript runtime environment installed to work. Use these instructions to install Node.js in the latest version.
- Once Node.js is installed use npm to install gamedig as root with this command; npm install gamedig -g
- Install the requirements as root;
- dpkg --add-architecture i386; apt update; apt install curl wget file tar bzip2 gzip unzip bsdmainutils python util-linux ca-certificates binutils bc jq tmux netcat lib32gcc1 lib32stdc++6 steamcmd libsdl2-2.0-0:i386
- Download LinuxGSM install script and configure it for Valheim server; wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh vhserver
- Run the installer and follow the on-screen instructions; ./vhserver install