feat: asahi linux support in migration script, clean up old scripts and files into archive folder, add 44 as the latest supported version#113
Merged
Conversation
…nd files Signed-off-by: Owen-sz <owen@fyralabs.com>
Deploying ultramarine-website with
|
| Latest commit: |
d3624e3
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d9d9d203.ultramarine-website.pages.dev |
| Branch Preview URL: | https://owen-migrate-updates.ultramarine-website.pages.dev |
Member
|
omg peakness |
Member
Author
|
This should honestly be fine right now, but I need to do more testing, plus may need to add a few 'nice things' for Asahi in here. |
Member
Author
|
Related, but not dependent, PR: Ultramarine-Linux/images#92 |
june-fish
reviewed
Dec 20, 2025
june-fish
left a comment
Collaborator
There was a problem hiding this comment.
Its up to you but instead of:
if [[ ${os_id} = "fedora" ]] && [[ ${os_version} -ge $MINIMUM_RELEASEVER ]]; then
: # do nothing
elif [[ ${os_id} = "fedora-asahi-remix" ]] && [[ ${os_version} -ge $MINIMUM_RELEASEVER ]]; then
: # do nothingI'd do something like
if [[ ${os_id} = "fedora" || ${os_id} = "fedora-asahi-remix" ]] && [[ ${os_version} -ge $MINIMUM_RELEASEVER ]]; then
: # do nothing
This comment was marked as spam.
This comment was marked as spam.
june-fish
reviewed
Jun 14, 2026
Co-authored-by: june <159748074+june-fish@users.noreply.github.com>
Collaborator
|
Tested and working on Asahi Linux 44! |
june-fish
approved these changes
Jun 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumping right to 0.2.0 because asahi