Skip to content

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
june-fish merged 8 commits into
mainfrom
owen/migrate-updates
Jun 14, 2026
Merged

feat: asahi linux support in migration script, clean up old scripts and files into archive folder, add 44 as the latest supported version#113
june-fish merged 8 commits into
mainfrom
owen/migrate-updates

Conversation

@Owen-sz

@Owen-sz Owen-sz commented Dec 20, 2025

Copy link
Copy Markdown
Member

Bumping right to 0.2.0 because asahi

…nd files

Signed-off-by: Owen-sz <owen@fyralabs.com>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Dec 20, 2025

Copy link
Copy Markdown

Deploying ultramarine-website with  Cloudflare Pages  Cloudflare Pages

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

View logs

@nothingneko

Copy link
Copy Markdown
Member

omg peakness

@Owen-sz

Owen-sz commented Dec 20, 2025

Copy link
Copy Markdown
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.

@Owen-sz

Owen-sz commented Dec 20, 2025

Copy link
Copy Markdown
Member Author

Related, but not dependent, PR: Ultramarine-Linux/images#92

@june-fish june-fish left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 nothing

I'd do something like

if [[ ${os_id} = "fedora" || ${os_id} = "fedora-asahi-remix" ]] && [[ ${os_version} -ge $MINIMUM_RELEASEVER ]]; then
  : # do nothing

@kindestone

This comment was marked as spam.

Comment thread public/migrate.sh Outdated
Co-authored-by: june <159748074+june-fish@users.noreply.github.com>
@Owen-sz Owen-sz marked this pull request as ready for review June 14, 2026 13:30
@Owen-sz Owen-sz changed the title feat: asahi linux support in migration script, clean up old scripts and files into archive folder feat: asahi linux support in migration script, clean up old scripts and files into archive folder, add 44 as the latest supported version Jun 14, 2026
@june-fish

Copy link
Copy Markdown
Collaborator

Tested and working on Asahi Linux 44!

@june-fish june-fish merged commit 6df175f into main Jun 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants