forked from 0x2620/pandora
add note about BRANCH
This commit is contained in:
parent
2d25c60606
commit
032b843bac
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue