mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 02:24:30 +00:00
Update flutter version to 3.10.5 in setup.sh script
This commit is contained in:
parent
2ff855d7d0
commit
f1bcb05ff8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ sudo apt install -y unzip pkg-config clang cmake ninja-build libgtk-3-dev
|
||||||
cd $DEVELOPMENT
|
cd $DEVELOPMENT
|
||||||
git clone https://github.com/flutter/flutter.git
|
git clone https://github.com/flutter/flutter.git
|
||||||
cd flutter
|
cd flutter
|
||||||
git checkout 3.10.3
|
git checkout 3.10.5
|
||||||
export FLUTTER_DIR=$(pwd)/bin
|
export FLUTTER_DIR=$(pwd)/bin
|
||||||
echo 'export PATH="$PATH:'${FLUTTER_DIR}'"' >> ~/.bashrc
|
echo 'export PATH="$PATH:'${FLUTTER_DIR}'"' >> ~/.bashrc
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
|
Loading…
Reference in a new issue