Skip to content

Commit 07d9a8c

Browse files
authored
Tandoor: Switch Repo to new Link (#3140)
1 parent bff8879 commit 07d9a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/tandoor-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ $STD npm install -g yarn
5454
msg_ok "Installed Node.js"
5555

5656
msg_info "Installing Tandoor (Patience)"
57-
$STD git clone https://github.com/vabene1111/recipes.git -b master /opt/tandoor
57+
$STD git clone https://github.com/TandoorRecipes/recipes -b master /opt/tandoor
5858
mkdir -p /opt/tandoor/{config,api,mediafiles,staticfiles}
5959
$STD pip3 install -r /opt/tandoor/requirements.txt
6060
cd /opt/tandoor/vue
6161
$STD yarn install
6262
$STD yarn build
63-
wget -q https://raw.githubusercontent.com/vabene1111/recipes/develop/.env.template -O /opt/tandoor/.env
63+
wget -q https://raw.githubusercontent.com/TandoorRecipes/recipes/develop/.env.template -O /opt/tandoor/.env
6464
DB_NAME=db_recipes
6565
DB_USER=tandoor
6666
DB_ENCODING=utf8

0 commit comments

Comments
 (0)