diff --git a/apps/BalenaEtcher/install-32 b/apps/BalenaEtcher/install-32 deleted file mode 100755 index 96a6b6fd47..0000000000 --- a/apps/BalenaEtcher/install-32 +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -version=1.18.11 - -if package_installed balena-etcher-electron ;then - status "First removing old balena-etcher-electron package to avoid errors..." - apt_lock_wait - sudo apt purge balena-etcher-electron -y --autoremove -fi - -install_packages https://github.com/Pi-Apps-Coders/files/releases/download/large-files/balena-etcher_${version}_armv7l.deb || exit 1 diff --git a/apps/BalenaEtcher/install-64 b/apps/BalenaEtcher/install-64 index a4fbcd236a..3485c6e364 100755 --- a/apps/BalenaEtcher/install-64 +++ b/apps/BalenaEtcher/install-64 @@ -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..." diff --git a/etc/categories b/etc/categories index eead3f5a86..1e71938d8e 100644 --- a/etc/categories +++ b/etc/categories @@ -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 diff --git a/etc/category-overrides-jetson-18.04 b/etc/category-overrides-jetson-18.04 index c99b59444e..bcea72ad27 100644 --- a/etc/category-overrides-jetson-18.04 +++ b/etc/category-overrides-jetson-18.04 @@ -1,6 +1,7 @@ Amiberry|hidden AntiMicroX|hidden Autostar|hidden +BalenaEtcher|hidden Better Chromium|hidden Box86|hidden Boxy SVG|hidden diff --git a/etc/runonce-entries b/etc/runonce-entries index f5c21efcbf..2c4625c4b1 100755 --- a/etc/runonce-entries +++ b/etc/runonce-entries @@ -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 ;;