add note about BRANCH

This commit is contained in:
j 2020-04-28 15:32:02 +02:00
commit 032b843bac
2 changed files with 3 additions and 1 deletions

View file

@ -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
```