From 366c9ab4f32b21f226723bb5f859b79669ba11bb Mon Sep 17 00:00:00 2001 From: Botspot Date: Mon, 13 Sep 2021 16:48:50 -0500 Subject: [PATCH] Chiaki: first remove ~/Chiaki --- apps/Chiaki/install | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/Chiaki/install b/apps/Chiaki/install index b013320..5a2ce0d 100755 --- a/apps/Chiaki/install +++ b/apps/Chiaki/install @@ -11,6 +11,7 @@ function error { "${DIRECTORY}/pkg-install" "cmake python3-protobuf protobuf-compiler libavcodec-dev libopus-dev libsdl2-dev libssl-dev qt5-default qtmultimedia5-dev libqt5svg5-dev libqt5multimedia5-plugins libqt5opengl5-dev" "$(dirname "$0")" || exit 1 # install Chiaki +rm -rf ~/Chiaki || error "Failed to first remove $HOME/Chiaki folder!" git clone --single-branch --branch rpi01 https://github.com/Fredrum/chiaki.git Chiaki || error "failed to clone the Chiaki repository!" cd Chiaki || error "failed to enter the Chiaki folder!" git submodule update --init || error "failed to update the Chiaki submodule!"