1
0
Fork 0
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:
Didier 2023-04-27 13:40:40 +02:00
parent f3babdbabb
commit 78ba29327d

View file

@ -85,7 +85,10 @@ chown -R $SUDO_USER kvrocks
#--------------------- #---------------------
# Pandora # Pandora
#--------------------- #---------------------
if [! -d "kvrocks" ];
then
su - $SUDO_USER -c "git clone https://github.com/pandora-analysis/pandora.git" 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