Update etcher 1.5.116 --> 1.5.117

Merge pull request #572 from Botspot/Itai-Nelken-patch-1
pull/574/head
Itai Nelken 3 years ago committed by GitHub
commit b1461b115d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,8 +9,8 @@ function error {
rm -f ./etcher*armv7l.deb
wget https://github.com/Itai-Nelken/Etcher-arm-32-64/releases/download/v1.5.116/balena-etcher-electron_1.5.116+37769efb_armv7l.deb -O ~/etcher-v1.5.116_armv7l.deb || error "Failed to download!"
wget https://github.com/Itai-Nelken/Etcher-arm-32-64/releases/download/v1.5.117/balena-etcher-electron_1.5.117+39ccbbee_armhf.deb -O ~/etcher-v1.5.117_armv7l.deb || error "Failed to download!"
sudo apt install -fy ~/etcher-v1.5.116_armv7l.deb || error "failed to install deb file!"
rm -f ~/etcher-v1.5.116_armv7l.deb
sudo apt install -fy ~/etcher-v1.5.117_armv7l.deb || error "failed to install deb file!"
rm -f ~/etcher-v1.5.117_armv7l.deb
exit 0

@ -11,9 +11,9 @@ function error {
rm -f ~/etcher*arm64.deb
wget https://github.com/Itai-Nelken/Etcher-arm-32-64/releases/download/v1.5.116/balena-etcher-electron_1.5.116+37769efb_arm64.deb -O ~/etcher-v1.5.116_arm64.deb || error "Failed to download!"
wget https://github.com/Itai-Nelken/Etcher-arm-32-64/releases/download/v1.5.117/balena-etcher-electron_1.5.117+39ccbbee_arm64.deb -O ~/etcher-v1.5.117_arm64.deb || error "Failed to download!"
sudo apt install -fy ~/etcher-v1.5.116_arm64.deb || error "failed to install deb file!"
rm -f ~/etcher-v1.5.116_arm64.deb
sudo apt install -fy ~/etcher-v1.5.117_arm64.deb || error "failed to install deb file!"
rm -f ~/etcher-v1.5.117_arm64.deb
exit 0

@ -1,4 +1,3 @@
Added to Pi-Apps by Itai-Nelken
Compiled by Itai-Nelken
armhf DEB packaged using QEMU2DEB (tool by Itai-Nelken) by Itai-Nelken.
arm64 DEB packaged with checkinstall by Itai-Nelken.
armhf DEB compiled and packaged using QEMU2DEB (tool by Itai-Nelken) by Itai-Nelken.
arm64 DEB compiled and packaged with QEMU2DEB by chunky-milk.

Loading…
Cancel
Save