Disable analytics

This commit is contained in:
Flavio Barisi
2020-08-13 20:13:52 +02:00
parent fdf98c23b2
commit a1def6ce21
+1
View File
@@ -11,6 +11,7 @@ if [ ! -f "/flutter/bin/flutter" ]; then
ln -s /flutter/bin/flutter /usr/bin/flutter
flutter doctor
flutter config --enable-web
flutter config --no-analytics
else
echo "Flutter already installed, skipping"
fi