arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
678 stars 143 forks source link

User install does not work #731

Open azilber opened 7 years ago

azilber commented 7 years ago
steam@MyUdangARK:~$ ./vtf5N  --me
You have requested a user-install.  You probably don't want this.
A user-install will create ~/.config/arkmanager/instances/main.cfg
This config file will override /etc/arkmanager/instances/main.cfg
Add --perform-user-install if you really want this.
steam@MyUdangARK:~$ ./vtf5N  --me --perform-user-install
You have requested a user-install.  You probably don't want this.
A user-install will create ~/.config/arkmanager/instances/main.cfg
This config file will override /etc/arkmanager/instances/main.cfg
Add --perform-user-install if you really want this.
klightspeed commented 7 years ago

The second argument to netinstall.sh needs to be the channel (master for the stable channel). i.e.:

 ./vtf5N  --me master --perform-user-install