something

This commit is contained in:
bicubico
2023-02-17 19:40:59 -03:00
parent 4c29dcbd76
commit c5108c106e

View File

@@ -79,6 +79,9 @@ echo -e "\n Removing strict check to avoid '-i' errors"
find . -type f -exec sed -i 's///g' {} +
find . -type f -exec sed -i 's///g' {} +
echo -e "\n Installing screen to connect through serial console"
sudo apt install screen -y
cd CHIP-tools
FEL='sudo sunxi-fel' FASTBOOT='sudo fastboot' SNIB=false ./chip-update-firmware.sh -$flavour
fi