File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments