Ready for PR!

This commit is contained in:
Kristo Copani 2024-11-30 20:59:17 +02:00
parent 5f1fc106cc
commit e9543139a6

View File

@ -1,6 +1,5 @@
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/quantumryuu/ProxmoxVE/build/misc/build.func)
#source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
# Copyright (c) 2021-2024 community-scripts ORG
# Author: kristocopani
# License: MIT
@ -76,8 +75,6 @@ check_container_resources
wget -q "https://github.com/firefly-iii/firefly-iii/releases/download/v${RELEASE}/FireflyIII-v${RELEASE}.tar.gz"
mkdir -p /opt/firefly
tar -xzf FireflyIII-v${RELEASE}.tar.gz -C /opt/firefly --exclude='storage'
mv /opt/.env /opt/firefly/.env
mv /opt/storage /opt/firefly/storage
cd /opt/firefly
composer install --no-dev &>/dev/null
php artisan migrate --seed --force &>/dev/null