Skip to content

Commit

Permalink
Merge pull request #4 from Thore-Krug/Testing-1
Browse files Browse the repository at this point in the history
Pull request
  • Loading branch information
Thore-Krug authored Mar 11, 2019
2 parents efad71c + 542160d commit 76cc67c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Flash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ sudo udevadm control --reload-rules

echo -e "\n Installing CHIP-tools"
if [ -d CHIP-tools ]; then
pushd CHIP-tools
git pull
popd
cd CHIP-tools
git pull
FEL='sudo sunxi-fel' FASTBOOT='sudo fastboot' SNIB=false ./chip-update-firmware.sh -$flavour
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
fi
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

0 comments on commit 76cc67c

Please sign in to comment.