This commit is contained in:
Flavio Barisi
2020-08-13 12:00:29 +02:00
parent 16782fd1a2
commit fdf98c23b2
2 changed files with 18 additions and 13 deletions
+2 -1
View File
@@ -10,6 +10,7 @@ if [ ! -f "/flutter/bin/flutter" ]; then
git clone https://github.com/flutter/flutter.git -b beta --depth 1 /flutter
ln -s /flutter/bin/flutter /usr/bin/flutter
flutter doctor
flutter config --enable-web
else
echo "PowerShell already installed, skipping"
echo "Flutter already installed, skipping"
fi