From 139511c3fe46ad26e9cc938e0dabfab0b346823a Mon Sep 17 00:00:00 2001 From: j Date: Sat, 30 May 2020 12:28:50 +0200 Subject: [PATCH] branch needs export --- README.md | 2 +- vm/LXC_README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e27645c9..044a3cb8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ cd /root curl -sL https://pan.do/ra-install > pandora_install.sh chmod +x pandora_install.sh -BRANCH=stable # change to 'master' to get current developement version +export BRANCH=stable # change to 'master' to get current developement version ./pandora_install.sh 2>&1 | tee pandora_install.log ``` diff --git a/vm/LXC_README.md b/vm/LXC_README.md index 8f91e41e..440d412a 100644 --- a/vm/LXC_README.md +++ b/vm/LXC_README.md @@ -41,6 +41,6 @@ cd /root curl -sL https://pan.do/ra-install > pandora_install.sh chmod +x pandora_install.sh - BRANCH=stable # or master + export BRANCH=stable # or master ./pandora_install.sh 2>&1 | tee pandora_install.log