From 032b843bac2798ab837b27fae16828e4ba5d8e29 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 28 Apr 2020 15:32:02 +0200 Subject: [PATCH] add note about BRANCH --- README.md | 1 + vm/LXC_README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 902b3f46..71963b6a 100644 --- a/README.md +++ b/README.md @@ -16,6 +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 ./pandora_install.sh 2>&1 | tee pandora_install.log ``` diff --git a/vm/LXC_README.md b/vm/LXC_README.md index 92cd6262..e8152239 100644 --- a/vm/LXC_README.md +++ b/vm/LXC_README.md @@ -4,7 +4,7 @@ # Installing pan.do/ra inside LXC -1) Install lxc on the host (Ubuntu 18.04 or later): +1) Install lxc on the host (Ubuntu 18.04): sudo apt-get install lxc @@ -41,5 +41,6 @@ cd /root curl -sL https://pan.do/ra-install > pandora_install.sh chmod +x pandora_install.sh + BRANCH=stable # or master ./pandora_install.sh 2>&1 | tee pandora_install.log