causefx / Organizr

HTPC/Homelab Services Organizer - Written in PHP
GNU General Public License v3.0
5.14k stars 290 forks source link

Update doesnt update #1856

Closed themaaft closed 1 year ago

themaaft commented 2 years ago
Organizr Version: V 2.1.2320
Branch: Master
WebServer: Apache
Operating System: Ubuntu

Problem Description:

in the Web UI it shows an update is ready to install 2.1.2330. i click install and it says complete, then it says an update is ready to install - 2.1.2330, so it never actually installs the update


Reproduction Steps:

as above


Errors on screen? If so paste here:

HalianElf commented 2 years ago

Likely a dupe of #1852, check that your linux-update.sh has execute rights.

mami7880 commented 2 years ago

I had the same problem. Setting the execution flag was unsuccessful. I run the linux-update.sh manually from the command line and got the following error: /html/scripts/linux-update.sh: line 23: unzip: command not found After installing unzip, the Organizr update ran without issue.

Maybe Ubuntu (I'm using the 20.04 server version) changed something because I'm sure Unzip was installed before.

drinking12many commented 2 years ago

on a Truenas jail I had to install unzip, change permissions on linux-update.sh, and then run it with "bash ./linux-update.sh" and it updated.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

causefx commented 2 years ago

I wonder if I should have it check for the zip dependency

causefx commented 2 years ago

was this installed via the Organizr installer Wizard?

github-actions[bot] commented 1 year ago

This issue has been closed due to lack of activity, if this issue still persists, please re-open it.