FirstBoot module updating

Important

First need to do setting up the environment. All commands are executed only from superuser.

Mode superuser:

sudo -i
  1. Module updating:

    • from Python packages repository:

      pip3 uninstall firstboot
      pip3 install firstboot
      
  2. Completing the update procedure, restarting the Apache service:

    systemctl restart apache2