Update Flash.sh

This commit is contained in:
Thore-Krug
2019-03-13 21:15:10 +01:00
committed by GitHub
parent 76cc67cacc
commit 1e4e6c2060

View File

@@ -71,7 +71,7 @@ if [ -d CHIP-tools ]; then
cd CHIP-tools
git pull
FEL='sudo sunxi-fel' FASTBOOT='sudo fastboot' SNIB=false ./chip-update-firmware.sh -$flavour
elif [ !-d CHIP-tools ]; then
elif [ ! -d CHIP-tools ]; then
git clone https://github.com/Project-chip-crumbs/CHIP-tools.git
cd CHIP-tools
FEL='sudo sunxi-fel' FASTBOOT='sudo fastboot' SNIB=false ./chip-update-firmware.sh -$flavour