Skip to content

Commit

Permalink
Switched Debian and Ubuntu to use Etcher's AppImage
Browse files Browse the repository at this point in the history
- This is due to dependencies the DEB needs being dropped (even PR with this issue fixed) and it not being fixed for awhile now
  • Loading branch information
Xmetalfanx committed Jun 3, 2024
1 parent eade814 commit 2610e1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion functions/universal/software/f_systemtools.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ function installEtcher() {
programHomepage="https://balena-etcher.eu/"
repoName="balena-io/etcher"

# June 2024: Etcher releases seem sparse and issues for years are going un-fixed (even with PRs that fixed them submitted)

#[[ "${distroBase}" == "ubuntu" ]] && fileFormat="deb" || fileFormat="AppImage"

# for now use the appImage for Debian until i know the DEB could work on Debian
[[ "${distroBase}" == "ubuntu" ]] && fileFormat="deb" || fileFormat="AppImage"
fileFormat="AppImage"

gitDownload ${repoName} ${fileFormat}

Expand Down

0 comments on commit 2610e1c

Please sign in to comment.