FirstBoot module updating¶
Important
First need to do setting up the environment. All commands are executed only from superuser.
Mode superuser:
sudo -i
Module updating:
from Python packages repository:
pip3 uninstall firstboot pip3 install firstboot
Completing the update procedure, restarting the Apache service:
systemctl restart apache2