mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-06 07:49:17 +00:00
Ready for PR!
This commit is contained in:
parent
5f1fc106cc
commit
e9543139a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user