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