Skip to content

Commit

Permalink
Merge pull request #147 from endlessm/T35105-unbranch-endless-install…
Browse files Browse the repository at this point in the history
…er.exe

create-iso: Use non-branched endless-installer.exe
  • Loading branch information
starnight authored Jan 19, 2024
2 parents 3fa9fae + 33a4ed5 commit ab7fb80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions helpers/create-iso
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@ create_iso() {
# builder is unaware of localised personality names
label="${EIB_IMAGE_PRODUCT_NAME} ${version} ${personality}"

# Download from a non-standard URL to allow us to QA the installer for
# the branch we're building, ahead of the main release.
# TODO: Perhaps we should create a package in OBS which just contains
# endless-installer.exe?
local ei_url="https://images-dl.endlessm.com/endless-installer/endless-installer-${EIB_BRANCH}.exe"
local ei_url="https://images-dl.endlessm.com/endless-installer/endless-installer.exe"
local ei_exe="${DIR_IMAGES}/endless-installer.exe"
wget -O "${ei_exe}" "${ei_url}"

Expand Down

0 comments on commit ab7fb80

Please sign in to comment.