Skip to content

Commit 14f3681

Browse files
authored
update composer (#6047)
1 parent b4df44b commit 14f3681

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

ct/baikal.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function update_script() {
3939
msg_ok "Backed up data"
4040

4141
fetch_and_deploy_gh_release "baikal" "sabre-io/Baikal"
42+
setup_composer
4243

4344
msg_info "Configuring Baikal"
4445
cp -r /opt/baikal-backup/config/baikal.yaml /opt/baikal/config/

ct/bar-assistant.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ function update_script() {
4343
msg_ok "Backed up Bar Assistant"
4444

4545
fetch_and_deploy_gh_release "bar-assistant" "karlomikus/bar-assistant" "tarball" "latest" "/opt/bar-assistant"
46+
setup_composer
4647

4748
msg_info "Updating ${APP} to ${RELEASE_BARASSISTANT}"
4849
cp -r /opt/bar-assistant-backup/.env /opt/bar-assistant/.env

ct/firefly.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ function update_script() {
4040
msg_ok "Backed up data"
4141

4242
fetch_and_deploy_gh_release "firefly" "firefly-iii/firefly-iii" "prebuild" "latest" "/opt/firefly" "FireflyIII-*.zip"
43+
setup_composer
4344

4445
msg_info "Updating ${APP} to v${RELEASE}"
4546
rm -rf /opt/firefly/storage

0 commit comments

Comments
 (0)