Some checks reported errors
firka/flutter/pipeline/head Something is wrong with the build of this commit
8 lines
174 B
Bash
Executable File
8 lines
174 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ET_P=$(pwd)/engine/src/flutter/bin/
|
|
echo "Adding $ET_P to path"
|
|
PATH=$PATH:$ET_P
|
|
echo "Writing flutter root path to ~/.flutter_path"
|
|
echo $PWD > ~/.flutter_path
|