Nimdy / Dedicated_Valheim_Server_Script

Valheim Server Manager . Supports: ValheimPlus, Bepinex, Multi-world, Multi-Lang, Update, Backup, Restore and more: Built for Linux
GNU Affero General Public License v3.0
697 stars 120 forks source link

[BUG] missing "apt" in installation command #306

Closed DSDV closed 2 months ago

DSDV commented 11 months ago

in the readme: https://github.com/Nimdy/Dedicated_Valheim_Server_Script

it shows under Installation 1.) Verify GIT and Net Tools is installed = sudo apt update && install git net-tools

but at least on my ubuntu 22.04 it has to be sudo apt update && apt install git net-tools

otherwise it will give an error and subsequently in the following step as well.

i hop this helps someone <3