summarylogtreecommitdiffstats
path: root/kimai2.install
diff options
context:
space:
mode:
authorMatthias Fulz2023-11-19 22:26:58 +0100
committerMatthias Fulz2023-11-19 22:26:58 +0100
commit3e9756a70926e8a1dcdac2af497a11a9f5dcfb3e (patch)
tree5d575c86676df46497f98cadf8c1f0fe75f7be00 /kimai2.install
parent75187bffee5e62e2f911b43af238b03518b09c84 (diff)
downloadaur-kimai2.tar.gz
Version bump 2.3.0
Diffstat (limited to 'kimai2.install')
-rw-r--r--kimai2.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/kimai2.install b/kimai2.install
index 2de64e9d8394..3757797698c1 100644
--- a/kimai2.install
+++ b/kimai2.install
@@ -1,9 +1,9 @@
function _kimai2_install() {
echo -e "##### run the following commands to finalize the update ####"
- echo -e 'cd /usr/share/webapps/kimai2'
- echo -e 'sudo -u http bash'
+ echo -e 'cd /usr/share/webapps/kimai2'
+ echo -e 'sudo -u http bash'
echo -e 'export PHP_INI_SCAN_DIR=$(pwd)'
- echo -e 'composer update'
+ echo -e 'bin/console kimai:update'
echo -e 'bin/console cache:clear'
echo -e 'exit'
echo -e "############################################################"