summarylogtreecommitdiffstats
path: root/koel.install
diff options
context:
space:
mode:
authorAlex Smith2017-04-26 21:09:32 +1000
committerAlex Smith2017-04-26 21:09:32 +1000
commit24937e4198cf996f13e605e6aee2f1012488ab25 (patch)
tree7e99a8a0baca9d9bebc88f60798e514593adfe4b /koel.install
parent5872a8807a75aa7f9978ce464cad02b05314c004 (diff)
downloadaur-24937e4198cf996f13e605e6aee2f1012488ab25.tar.gz
Updated for 3.6.2
Diffstat (limited to 'koel.install')
-rw-r--r--koel.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/koel.install b/koel.install
index f67e2e09b60c..5c394e632668 100644
--- a/koel.install
+++ b/koel.install
@@ -1,3 +1,9 @@
post_install() {
printf "==> Edit the .env file at /usr/share/webapps/koel with your chosen\n==> database settings and add the details for your admin account\n==> then run 'php composer koel:init'.\n==> Remove your admin details afterward.\n==> Use 'php composer koel:sync' to update your library from the\n==> command line."
}
+
+#post_upgrade() {
+ #cd /usr/share/webapps/koel
+ #composer install
+ #php artisan koel:init
+#}