Update Flash.sh
This commit is contained in:
2
Flash.sh
2
Flash.sh
@@ -71,7 +71,7 @@ if [ -d CHIP-tools ]; then
|
|||||||
cd CHIP-tools
|
cd CHIP-tools
|
||||||
git pull
|
git pull
|
||||||
FEL='sudo sunxi-fel' FASTBOOT='sudo fastboot' SNIB=false ./chip-update-firmware.sh -$flavour
|
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
|
git clone https://github.com/Project-chip-crumbs/CHIP-tools.git
|
||||||
cd CHIP-tools
|
cd CHIP-tools
|
||||||
FEL='sudo sunxi-fel' FASTBOOT='sudo fastboot' SNIB=false ./chip-update-firmware.sh -$flavour
|
FEL='sudo sunxi-fel' FASTBOOT='sudo fastboot' SNIB=false ./chip-update-firmware.sh -$flavour
|
||||||
|
|||||||
Reference in New Issue
Block a user