diff --git a/apps/BalenaEtcher/install-32 b/apps/BalenaEtcher/install-32 index b4c0aec..479540f 100755 --- a/apps/BalenaEtcher/install-32 +++ b/apps/BalenaEtcher/install-32 @@ -9,7 +9,7 @@ function error { rm -f ./etcher_1.5.109_armhf.deb -wget https://github.com/Itai-Nelken/Etcher-arm-32-64/raw/main/etcher_1.5.109_armhf.deb -O ~/etcher.deb || error "Failed to download!" +wget https://github.com/Itai-Nelken/Etcher-arm-32-64/raw/main/balena-etcher-electron_1.5.110%2B1f8f7ad7_armv7l.deb -O ~/etcher.deb || error "Failed to download!" sudo apt install -y --fix-broken ~/etcher.deb || error "failed to install deb file!" rm -f ~/etcher.deb