pop-os / upgrade

Utility for upgrading Pop!_OS and its recovery partition to new releases.
GNU General Public License v3.0
95 stars 29 forks source link

Updates #289

Closed mmstick closed 2 years ago

mmstick commented 2 years ago
jackpot51 commented 2 years ago

@mmstick any chance we could have pop-upgrade use the system-upgrader FFI so we don't have to keep doing cargo.lock changes?

jacobgkau commented 2 years ago

I recreated a failed 21.10 -> 22.04 upgrade with ttf-mscorefonts-installer on upgrade without this change (although I wouldn't have singled out that package from the log): upgrade.log

Repeating the same upgrade with this change, it succeeded. Will let @n3m0-22 finish testing since he's assigned.

mmstick commented 2 years ago

@jackpot51 I'll see about making an FFI interface for it so we can do that.