Browse Source

Less verbosity

Bob Mottram 6 years ago
parent
commit
559bc320ce
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-utils-network

+ 2
- 2
src/freedombone-utils-network View File

59
         mkdir -p "$rdir$INSTALL_DIR"
59
         mkdir -p "$rdir$INSTALL_DIR"
60
     fi
60
     fi
61
 
61
 
62
-    #first install the bbbrtc command that we will need
62
+    # install bbbrtc
63
     cd "$rdir$INSTALL_DIR" || exit 357893563
63
     cd "$rdir$INSTALL_DIR" || exit 357893563
64
     git clone $BBBRTC_REPO "$rdir$INSTALL_DIR/bbbrtc"
64
     git clone $BBBRTC_REPO "$rdir$INSTALL_DIR/bbbrtc"
65
     cd "$rdir$INSTALL_DIR/bbbrtc" || exit 357893563
65
     cd "$rdir$INSTALL_DIR/bbbrtc" || exit 357893563
67
         exit 3568735
67
         exit 3568735
68
     fi
68
     fi
69
 
69
 
70
-    #next install the bbbphyreg command that we will need
70
+    # install bbbphyreg
71
     cd "$rdir$INSTALL_DIR" || exit 357893563
71
     cd "$rdir$INSTALL_DIR" || exit 357893563
72
     git clone $PHYREG_REPO "$rdir$INSTALL_DIR/phyreg"
72
     git clone $PHYREG_REPO "$rdir$INSTALL_DIR/phyreg"
73
     cd "$rdir$INSTALL_DIR/phyreg" || exit 54789786
73
     cd "$rdir$INSTALL_DIR/phyreg" || exit 54789786