Skip to content

Commit

Permalink
BalenaEtcher: unhide and update to 1.19.25 and drop 32bit support
Browse files Browse the repository at this point in the history
upstream library (portable node) does not support armv7l/armv6l yao-pkg/pkg-fetch#54

this is now built on Ubuntu Focal 20.04 (compatible with Focal+ and Bullseye+) as Etcher requires node20 to build now
  • Loading branch information
theofficialgman committed Oct 17, 2024
1 parent 61da55f commit 85fff50
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 12 deletions.
10 changes: 0 additions & 10 deletions apps/BalenaEtcher/install-32

This file was deleted.

2 changes: 1 addition & 1 deletion apps/BalenaEtcher/install-64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
version=1.18.11
version=1.19.25

if package_installed balena-etcher-electron ;then
status "First removing old balena-etcher-electron package to avoid errors..."
Expand Down
2 changes: 1 addition & 1 deletion etc/categories
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ AstroMenace|Games
Audacious|Multimedia
Audacity|Multimedia
Autostar|System Management
BalenaEtcher|hidden
BalenaEtcher|Tools
Bambu Studio|Engineering
Better Chromium|Internet/Browsers
BleachBit|System Management
Expand Down
1 change: 1 addition & 0 deletions etc/category-overrides-jetson-18.04
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Amiberry|hidden
AntiMicroX|hidden
Autostar|hidden
BalenaEtcher|hidden
Better Chromium|hidden
Box86|hidden
Boxy SVG|hidden
Expand Down
2 changes: 2 additions & 0 deletions etc/runonce-entries
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ For the mods that are not included in any existing modpack, simply install them
[ $__os_codename != buster ] && [ $__os_codename != bullseye ] && remove_deprecated_app "AnyDesk" "" "AnyDesk has not been updated in years and does not work on modern distros like yours."
remove_deprecated_app "Snap Store" "32" "Ubuntu (the creators and maintainers of the snap ecosystem) deprecated and removed armhf support from the Snap Store in October 2023.
You can install the Snap Store from Pi-Apps on a 64bit OS."
remove_deprecated_app "BalenaEtcher" "32" "The latest version of BalenaEtcher relies on libraries that are not available on ARM 32bit Linux.
You can install BalenaEtcher from Pi-Apps on a 64bit OS."
true
EOF
;;
Expand Down

0 comments on commit 85fff50

Please sign in to comment.