Skip to content

Tandoor script installs v1.5.34 (latest), but script page says it will install 2.0.0-alpha-4Β #5023

@supermarkert

Description

@supermarkert

βœ… Have you read and understood the above guidelines?

yes

πŸ“œ What is the name of the script you are using?

Tandoor

πŸ“‚ What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/tandoor.sh)"

βš™οΈ What settings are you using?

  • Default Settings
  • Advanced Settings

πŸ–₯️ Which Linux distribution are you using?

Debian 12

πŸ“ Provide a clear and concise description of the issue.

I installed Tandoor to create a new LXC, expecting the latest 2.0.0-alpha-4 (as indicated in the title of the script's page here).

However, it installs the latest released version 1.5.34

It appears to be pulling the "master" branch, but then uses the "develop" branch for the ENV file.

msg_info "Installing Tandoor (Patience)"
$STD git clone https://github.com/TandoorRecipes/recipes -b master /opt/tandoor
mkdir -p /opt/tandoor/{config,api,mediafiles,staticfiles}
$STD pip3 install -r /opt/tandoor/requirements.txt
cd /opt/tandoor/vue
$STD yarn install
$STD yarn build
curl -fsSL "https://raw.githubusercontent.com/TandoorRecipes/recipes/develop/.env.template" -o "/opt/tandoor/.env"

πŸ”„ Steps to reproduce the issue.

Run the install script.
No errors were reported, and the app installs fine (just not the version mentioned on the Script page)

❌ Paste the full error output (if available).

n/a

πŸ–ΌοΈ Additional context (optional).

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions