mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-23 19:00:43 +03:00
Merge branch 'fz-dev' into dev
This commit is contained in:
commit
ab515aeebb
Binary file not shown.
Before Width: | Height: | Size: 562 B After Width: | Height: | Size: 656 B |
@ -299,6 +299,9 @@ fbtenv_main()
|
||||
fbtenv_check_download_toolchain || return 1;
|
||||
fbtenv_set_shell_prompt;
|
||||
fbtenv_print_version;
|
||||
if [ "$SYS_TYPE" = "Linux" ]; then
|
||||
export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
|
||||
fi
|
||||
PATH="$TOOLCHAIN_ARCH_DIR/python/bin:$PATH";
|
||||
PATH="$TOOLCHAIN_ARCH_DIR/bin:$PATH";
|
||||
PATH="$TOOLCHAIN_ARCH_DIR/protobuf/bin:$PATH";
|
||||
|
Loading…
Reference in New Issue
Block a user