diff --git a/plinth/modules/first_boot/__init__.py b/plinth/modules/first_boot/__init__.py index 558116da9..55d9941a0 100644 --- a/plinth/modules/first_boot/__init__.py +++ b/plinth/modules/first_boot/__init__.py @@ -18,3 +18,7 @@ """ Plinth module for first boot wizard """ + +version = 1 + +is_essential = True