mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 13:29:42 +02:00
fix git fails
This commit is contained in:
parent
f3babdbabb
commit
78ba29327d
1 changed files with 4 additions and 1 deletions
|
@ -85,7 +85,10 @@ chown -R $SUDO_USER kvrocks
|
||||||
#---------------------
|
#---------------------
|
||||||
# Pandora
|
# Pandora
|
||||||
#---------------------
|
#---------------------
|
||||||
su - $SUDO_USER -c "git clone https://github.com/pandora-analysis/pandora.git"
|
if [! -d "kvrocks" ];
|
||||||
|
then
|
||||||
|
su - $SUDO_USER -c "git clone https://github.com/pandora-analysis/pandora.git"
|
||||||
|
fi
|
||||||
|
|
||||||
# fix broken packages
|
# fix broken packages
|
||||||
apt-get install --fix-broken -y
|
apt-get install --fix-broken -y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue