Sterbweise / T6Server

Simplifies installation, configuration, and administration of Plutonium T6 servers on Debian-based systems.
https://github.com/Sterbweise/T6Server
GNU General Public License v3.0
19 stars 7 forks source link

Updater script does not exist #1

Closed Pendrag00n closed 2 years ago

Pendrag00n commented 2 years ago

How am I suposed to run mv ~/T6Server/plutonium-updater ~/T6Server/Plutonium/ when there is no plutonium-updater inside the folder?¿

Tree

lol

Pendrag00n commented 2 years ago

(Maybe I'm wrong) Recreate this by deleting T6Server/ a reinstalling everything from the beginning, somehow the installer wont install the updater into T6Server/

I fixed it by going to https://github.com/mxve/plutonium-updater.rs and doing it myself

Sterbweise commented 2 years ago

Yea, that right. Plutonium-updater is supposed to be downloaded with the install.sh script. But the script is executed with the sudoers permission, so the user download path change to sudoers. I will fix this. thank you for you return ;)