diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/install.sh b/install.sh deleted file mode 100755 index 901b3446..00000000 --- a/install.sh +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | #! /usr/bin/env bash | ||
2 | |||
3 | TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) | ||
4 | git checkout $TAG | ||
5 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | ||
6 | php bin/console wallabag:install --env=prod | ||