Skip to content

Commit 8261b4e

Browse files
authored
os: Remove wizards setup (#588)
We do not build desktop images anymore. Installing UI via https://github.com/PlanktoScope/PlanktoScope/blob/master/documentation/docs/community/contribute/tips-and-tricks.md#graphical-ui does not install/trigger piwiz wizard. I'd also rater not overwrite the lightdm config or having to maintain it.
1 parent b9d7789 commit 8261b4e

File tree

3 files changed

+0
-194
lines changed

3 files changed

+0
-194
lines changed

software/distro/setup/planktoscope-app-env/setup.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ function panic {
3737

3838
# Run sub-scripts
3939

40-
description="disable first-boot wizards"
41-
report_starting "$description"
42-
if "$build_scripts_root/wizards/remove.sh"; then
43-
report_finished "$description"
44-
else
45-
panic "$description"
46-
fi
47-
4840
description="set up /home/pi/PlanktoScope"
4941
report_starting "$description"
5042
if "$build_scripts_root/PlanktoScope/install.sh"; then

software/distro/setup/planktoscope-app-env/wizards/etc/lightdm/lightdm.conf

Lines changed: 0 additions & 175 deletions
This file was deleted.

software/distro/setup/planktoscope-app-env/wizards/remove.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)