Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't update from 2.1.2320 to 2.1.2330 #1874

Closed
Kenshin9977 opened this issue Aug 21, 2022 · 3 comments
Closed

Can't update from 2.1.2320 to 2.1.2330 #1874

Kenshin9977 opened this issue Aug 21, 2022 · 3 comments

Comments

@Kenshin9977
Copy link

Organizr Version: V 2.1.2320
Branch: Master
WebServer: Nginx
Operating System: TrueNAS (FreeBSD)

Problem Description:

Exact same issue as in #1852

Root cause:

Unzip wasn't installed and bash doesn't exist on FreeBSD.

Solution:

In the jail where I run Organizr I ran the following commands:

pkg install unzip -y
cd /usr/local/www/Organizr/scripts/
nano linux-update.sh

Replaced !/bin/bash with !/bin/sh

chmod +x linux-update.sh
./linux-update.sh
@github-actions
Copy link

github-actions bot commented Sep 5, 2022

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

@github-actions
Copy link

github-actions bot commented Dec 5, 2022

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

@Kenshin9977
Copy link
Author

This issue is still not resolved for me altough the fix I wrote still works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant