Skip to content

Can't update from 2.1.2320 to 2.1.2330 #1874

@Kenshin9977

Description

@Kenshin9977
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions