-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed as not planned
Closed as not planned
Copy link
Labels
bugSomething isn't workingSomething isn't working
Description
β 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).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
