Skip to content

Commit 21b31b4

Browse files
committed
rpt_install.sh: Use updated origin repository link.
1 parent 5fa78ca commit 21b31b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpt_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FILE_PATH="$FILE_DIR/$FILE_NAME"
1212

1313
# Download app_rpt repo if not present already
1414
if [ ! -d $MYDIR ]; then
15-
git clone https://github.com/InterLinked1/app_rpt.git
15+
git clone https://github.com/AllStarLink/app_rpt.git
1616
else
1717
# else, update it
1818
cd $MYDIR

0 commit comments

Comments
 (0)