aboutsummaryrefslogtreecommitdiffhomepage
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
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
3TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
4git checkout $TAG
5SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
6php bin/console wallabag:install --env=prod