use master as default
This commit is contained in:
parent
caae7d84bc
commit
e8c28c16c3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
cd /root
|
cd /root
|
||||||
curl -sL https://pan.do/ra-install > pandora_install.sh
|
curl -sL https://pan.do/ra-install > pandora_install.sh
|
||||||
chmod +x 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
|
./pandora_install.sh 2>&1 | tee pandora_install.log
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue