Skip to content
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

Updated manjaro fetching as migrated to new system #742

Merged
merged 5 commits into from
Oct 16, 2023

Conversation

Jai-JAP
Copy link
Contributor

@Jai-JAP Jai-JAP commented Sep 8, 2023

  • Updated get_manjaro() implementation to support fetching latest released versions
  • Added sway release
  • Added choice to download minimal or full edition

EDIT: Tested working

- Added sway release
- Added choice to download minimal or full edition
kde -> plasma
zen0bit added a commit to oSoWoSo/quickemu that referenced this pull request Sep 14, 2023
zen0bit added a commit to oSoWoSo/quickemu that referenced this pull request Sep 16, 2023
zen0bit added a commit to oSoWoSo/quickemu that referenced this pull request Sep 16, 2023
quickget Outdated
if [[ ${RELEASE} != "sway" ]]; then
URL="$(echo ${MANIFEST} | jq -r .${TYPE}.${RELEASE}${EDITION}.image)"
else
URL="echo ${MANIFEST} | jq -r '.[] | select(.name|test("^manjaro-sway-.*[.]iso$")) | select(.name|contains("unstable")|not) | .url'"
Copy link
Contributor

Choose a reason for hiding this comment

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

URL=$(echo ${MANIFEST} | jq -r '.[] | select(.name|test("^manjaro-sway-.*[.]iso$")) | select(.name|contains("unstable")|not) | .url')

Copy link
Contributor

@zen0bit zen0bit left a comment

Choose a reason for hiding this comment

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

Work for me with changed line 1516

@flexiondotorg flexiondotorg merged commit 392e74c into quickemu-project:master Oct 16, 2023
1 check passed
philclifford pushed a commit to philclifford/quickemu that referenced this pull request Nov 11, 2023
)

* Updated manjaro fetching

- Added sway release
- Added choice to download minimal or full edition

* Future proofing manjaro sway fetching

* Forgot this

kde -> plasma

* Fix a typo

* Update quickget
philclifford pushed a commit to philclifford/quickemu that referenced this pull request Nov 11, 2023
)

* Updated manjaro fetching

- Added sway release
- Added choice to download minimal or full edition

* Future proofing manjaro sway fetching

* Forgot this

kde -> plasma

* Fix a typo

* Update quickget
chasecovello pushed a commit to chasecovello/quickemu that referenced this pull request Apr 3, 2024
)

* Updated manjaro fetching

- Added sway release
- Added choice to download minimal or full edition

* Future proofing manjaro sway fetching

* Forgot this

kde -> plasma

* Fix a typo

* Update quickget
zen0bit added a commit to oSoWoSo/quickemu that referenced this pull request Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants