Loading flash_FP3_factory.sh +15 −2 Original line number Diff line number Diff line Loading @@ -150,8 +150,21 @@ flash_image_ab_or_abort() { # Operating system checks and variable definition os_checks() { case "$(uname -s 2> /dev/null)" in Linux|GNU/Linux) echo "INFO: You are using a Linux distribution." FASTBOOT_BIN="${ROOT_DIR}/bin-linux-x86/fastboot" ;; msys|MINGW*) echo "INFO: You are using MinGW on Windows" FASTBOOT_BIN="${ROOT_DIR}/bin-msys/fastboot.exe" ;; *) echo "ERROR: Unsupported operating system (${OSTYPE})." echo "ERROR: Only GNU/Linux, and MinGW on Windows are currently supported." abort_now ;; esac } Loading flash_FP4_factory.sh +15 −2 Original line number Diff line number Diff line Loading @@ -146,8 +146,21 @@ flash_image_ab_or_abort() { # Operating system checks and variable definition os_checks() { case "$(uname -s 2> /dev/null)" in Linux|GNU/Linux) echo "INFO: You are using a Linux distribution." FASTBOOT_BIN="${ROOT_DIR}/bin-linux-x86/fastboot" ;; msys|MINGW*) echo "INFO: You are using MinGW on Windows" FASTBOOT_BIN="${ROOT_DIR}/bin-msys/fastboot.exe" ;; *) echo "ERROR: Unsupported operating system (${OSTYPE})." echo "ERROR: Only GNU/Linux, and MinGW on Windows are currently supported." abort_now ;; esac } # Control the reboot sequence Loading Loading
flash_FP3_factory.sh +15 −2 Original line number Diff line number Diff line Loading @@ -150,8 +150,21 @@ flash_image_ab_or_abort() { # Operating system checks and variable definition os_checks() { case "$(uname -s 2> /dev/null)" in Linux|GNU/Linux) echo "INFO: You are using a Linux distribution." FASTBOOT_BIN="${ROOT_DIR}/bin-linux-x86/fastboot" ;; msys|MINGW*) echo "INFO: You are using MinGW on Windows" FASTBOOT_BIN="${ROOT_DIR}/bin-msys/fastboot.exe" ;; *) echo "ERROR: Unsupported operating system (${OSTYPE})." echo "ERROR: Only GNU/Linux, and MinGW on Windows are currently supported." abort_now ;; esac } Loading
flash_FP4_factory.sh +15 −2 Original line number Diff line number Diff line Loading @@ -146,8 +146,21 @@ flash_image_ab_or_abort() { # Operating system checks and variable definition os_checks() { case "$(uname -s 2> /dev/null)" in Linux|GNU/Linux) echo "INFO: You are using a Linux distribution." FASTBOOT_BIN="${ROOT_DIR}/bin-linux-x86/fastboot" ;; msys|MINGW*) echo "INFO: You are using MinGW on Windows" FASTBOOT_BIN="${ROOT_DIR}/bin-msys/fastboot.exe" ;; *) echo "ERROR: Unsupported operating system (${OSTYPE})." echo "ERROR: Only GNU/Linux, and MinGW on Windows are currently supported." abort_now ;; esac } # Control the reboot sequence Loading