We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1fb468 commit d3b1bdfCopy full SHA for d3b1bdf
1 file changed
install_script_tools.sh
@@ -20,15 +20,15 @@ fi
20
# go into $DEXTER
21
cd $DEXTER
22
23
-# check if lib exists, if not create it
+# check if /home/pi/Dexter/lib exists, if not create it
24
if [ ! -d $LIB ] ; then
25
mkdir $LIB
26
fi
27
28
# check if /home/pi/Dexter/lib/Dexter exists
29
# if yes refresh the folder
30
# if not, clone the folder
31
-if [ ! -d $DEXTER ] ; then
+if [ -d $DEXTER ] ; then
32
33
sudo git pull
34
else
0 commit comments