From c5108c106e67dcc20b378f93c73e8a38a4ed88e1 Mon Sep 17 00:00:00 2001 From: bicubico Date: Fri, 17 Feb 2023 19:40:59 -0300 Subject: [PATCH] something --- Flash.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Flash.sh b/Flash.sh index f251cff..f6e9d28 100755 --- a/Flash.sh +++ b/Flash.sh @@ -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