Page 1 of 1

Reinstall process its posible just after fresh install

Posted: Thu Jun 08, 2023 6:35 pm
by mckaygerhard
i made a clean install, just defaults and i asked if can be possible to made reinstall, no matter what parameters of installations will be re-made

Re: Reinstall process its posible just after fresh install

Posted: Thu Jun 08, 2023 8:02 pm
by myVesta
No, it's not possible.
For each service you can see here how it is installed - https://github.com/myvesta/vesta/blob/m ... -debian.sh
You can only manually run those commands if you want to install something.
Before that, you can first remove it:

Code: Select all

apt remove --purge SomeService
Before doing it, backup /etc folder.