2022-04-22 22:35:55 +02:00
|
|
|
echo "=== WORKSPACE SCRIPT RUNNING ==="
|
2023-09-22 09:29:07 +02:00
|
|
|
mkdir nekoya_app
|
|
|
|
cd nekoya_app
|
2022-04-22 22:35:55 +02:00
|
|
|
git clone https://gitlab.com/nekoya/app.git .
|
|
|
|
flutter create .
|
|
|
|
flutter pub get
|
2023-09-22 09:29:07 +02:00
|
|
|
flutter pub run flutter_launcher_icons
|
2022-04-22 22:35:55 +02:00
|
|
|
echo "=== DONE :3 ==="
|