rik
March 2, 2026, 5:05pm
5
I did add this to the other thread after feedback from our lead dev that the only relevant part from that script is to just get the updated Windows USB Driver installed:
I got some feedback from our lead developer regarding the versions of adb and fastboot bundled in the graphical installer:
The fasboot version used in the install script is the one which is compiled during the build of the system, so the most appropriate one. It is embedded in the install package and explicitly used by the install script. Installing another version is useless: it won’t be used by the installer.
So it seems the only relevant part of the above script is the usb driver update. …