forked from 0x2620/pandora
branch needs export
This commit is contained in:
parent
b889159b80
commit
139511c3fe
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue