From e8c28c16c32f7cf223abfc7211aef472e8df97be Mon Sep 17 00:00:00 2001 From: j Date: Wed, 11 Sep 2024 15:00:43 +0100 Subject: [PATCH] use master as default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f8d0c2b..d387011a 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 -export BRANCH=stable # change to 'master' to get current developement version +export BRANCH=master # change to 'stable' to get the latest release (sometimes outdated) ./pandora_install.sh 2>&1 | tee pandora_install.log ```