We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561eeab commit ab531faCopy full SHA for ab531fa
1 file changed
install_script_tools.sh
@@ -21,21 +21,20 @@ if [ ! -d $DEXTER ] ; then
21
fi
22
# go into $DEXTER
23
cd $DEXTER
24
-echo $PWD
+
25
26
# check if /home/pi/Dexter/lib exists, if not create it
27
if [ ! -d $LIB ] ; then
28
mkdir $LIB
29
30
cd $LIB
31
32
33
# check if /home/pi/Dexter/lib/Dexter exists, if not create it
34
if [ ! -d $DEXTER ] ; then
35
mkdir $DEXTER
36
37
38
39
40
# check if /home/pi/Dexter/lib/script_tools exists
41
# if yes refresh the folder
@@ -45,7 +44,6 @@ if [ ! -d $SCRIPT ] ; then
45
44
sudo git clone https://github.com/DexterInd/script_tools.git
46
else
47
cd $SCRIPT
48
- echo $PWD
49
sudo git pull
50
51
0 commit comments