Improve USBImager install-64

pull/659/head
Itai Nelken 3 years ago committed by GitHub
parent d602caf0fe
commit 036cd67f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,8 @@ git clone https://gitlab.com/bztsrc/usbimager.git || error "Failed to clone USBI
cd usbimager/ || error "Failed to entr usbimager repo folder!" cd usbimager/ || error "Failed to entr usbimager repo folder!"
git checkout $VER || error "Failed to checkout version $VER!" git checkout $VER || error "Failed to checkout version $VER!"
cd src/ cd src/
make deb -j$(nproc) USE_LIBUI=yes make -j$(nproc)
make deb
cd .. cd ..
sudo apt install -fy ./usbimager*arm64.deb sudo apt install -fy ./usbimager*arm64.deb
cd .. cd ..

Loading…
Cancel
Save