-
-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the installer path for Ubuntu Focal #1248
Conversation
The installer is indeed downloaded with this fix:
|
dc5a17d
to
6a229c0
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1248 +/- ##
==========================================
- Coverage 74.78% 74.73% -0.06%
==========================================
Files 143 143
Lines 16200 16215 +15
==========================================
+ Hits 12115 12118 +3
- Misses 3148 3153 +5
- Partials 937 944 +7 ☔ View full report in Codecov by Sentry. |
Ubuntu has started depreciating the Debian installer in focal and moved the installer images to a different path. In versions after focal, they are completly removed. This basically gives us more time to figure out how to use the new system.
ffd204c
to
9d68151
Compare
tested locally, fox works, installer is downloaded. |
since ubutnu dropped the legacy installer, this only applies to focal. |
Rebased #1021