Update USBImager to 1.0.8

Signed-off-by: Itai-Nelken <itainelken@gmail.com>
pull/734/merge
Itai-Nelken 3 years ago
parent 325c021af5
commit 1b1b0617af
No known key found for this signature in database
GPG Key ID: E45E4E2C367B8AE6

@ -8,7 +8,7 @@ function error {
}
#change version to latest each time
VER="1.0.7"
VER="1.0.8"
rm -rf ~/usbimager
mkdir -p ~/usbimager

@ -8,14 +8,14 @@ function error {
}
#change version to latest each time
VER="1.0.7"
VER="1.0.8"
rm -rf ~/usbimager
mkdir -p ~/usbimager
cd ~/usbimager
echo "Downloading..."
wget -qO $(pwd)/usbimager.zip https://gitlab.com/bztsrc/usbimager/raw/binaries/usbimager_1.0.7-aarch64-linux-x11.zip || error "Failed to download usbimager.zip!"
wget -qO $(pwd)/usbimager.zip https://gitlab.com/bztsrc/usbimager/raw/binaries/usbimager_${VER}-aarch64-linux-x11.zip || error "Failed to download usbimager.zip!"
echo "Extracting..."
unzip $(pwd)/usbimager.zip || error "Failed to extract!"

Loading…
Cancel
Save