Skip to content

Commit

Permalink
rpt_install.sh: Use updated origin repository link.
Browse files Browse the repository at this point in the history
  • Loading branch information
InterLinked1 committed Apr 29, 2024
1 parent 5fa78ca commit 21b31b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpt_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21b31b4

Please sign in to comment.