diff --git a/install/tandoor-install.sh b/install/tandoor-install.sh index 1b7983314..bc42a8e3d 100644 --- a/install/tandoor-install.sh +++ b/install/tandoor-install.sh @@ -54,13 +54,13 @@ $STD npm install -g yarn msg_ok "Installed Node.js" msg_info "Installing Tandoor (Patience)" -$STD git clone https://github.com/vabene1111/recipes.git -b master /opt/tandoor +$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 -wget -q https://raw.githubusercontent.com/vabene1111/recipes/develop/.env.template -O /opt/tandoor/.env +wget -q https://raw.githubusercontent.com/TandoorRecipes/recipes/develop/.env.template -O /opt/tandoor/.env DB_NAME=db_recipes DB_USER=tandoor DB_ENCODING=utf8