From 21b31b40b3f71134cbb66b07146f37dc0056f97c Mon Sep 17 00:00:00 2001 From: InterLinked1 <24227567+InterLinked1@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:13:32 -0400 Subject: [PATCH] rpt_install.sh: Use updated origin repository link. --- rpt_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpt_install.sh b/rpt_install.sh index 5b953e6..31a97d1 100755 --- a/rpt_install.sh +++ b/rpt_install.sh @@ -12,7 +12,7 @@ FILE_PATH="$FILE_DIR/$FILE_NAME" # Download app_rpt repo if not present already if [ ! -d $MYDIR ]; then - git clone https://github.com/InterLinked1/app_rpt.git + git clone https://github.com/AllStarLink/app_rpt.git else # else, update it cd $MYDIR