forked from 0x2620/pandora
capture errors
This commit is contained in:
parent
522db90e7f
commit
dd284a6c9d
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
|
|
||||||
cd /root
|
cd /root
|
||||||
curl -L 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
|
||||||
./pandora_install.sh | tee pandora_install.log
|
./pandora_install.sh 2>&1 | tee pandora_install.log
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue