megabyte-labs / install.doctor

A glorious combination of application / theme settings and a performant cross-platform, desktop-oriented software suite.
https://megabyte.space
Other
85 stars 17 forks source link

Fix `install-program`: Wait for snap to finish seeding #103

Closed TheDcoder closed 11 months ago

TheDcoder commented 11 months ago

Snap needs to seed itself into the system before it can perform any operations, such as installing the snap core. If done too early it will emit an error like this:

error: too early for operation, device not yet seeded or device model not acknowledged

This is a major bug fix since the entire install-program script stops if snap fails during the install core command.

ProfessorManhattan commented 11 months ago

I manually merged this one