bugfix: Remove git submodule command from install script

This commit is contained in:
Anton Stubenbord
2023-02-14 23:48:12 +01:00
parent 8a0e633baf
commit f1d58f46d2

View File

@@ -1,6 +1,4 @@
#!/bin/bash
# Uses flutter submodule dependency
git submodules update --init
pushd ../
pushd packages/paperless_api
flutter pub get