From 210cc96f32d5e2317e36bb9175d2f849b2a8a671 Mon Sep 17 00:00:00 2001 From: Steven Burnham Date: Mon, 20 Nov 2023 21:30:01 -0500 Subject: [PATCH] fixed some more links in the scripts --- README.md | 2 +- unix_installer.sh | 2 +- windows_installer.ps1 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b692428..906d7e0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you need help or run into errors please reach out on our [Discord](https://di ### Pypush Manual Installation Make sure you have git and Python installed. -1. `git clone -b sms-registration https://github.com/beeper/pypush` +1. `git clone -b sms-registration https://github.com/JJTech0170/pypush` 2. `cd pypush` # Number Registration on Linux/MacOS diff --git a/unix_installer.sh b/unix_installer.sh index d66f996..d70bc5c 100644 --- a/unix_installer.sh +++ b/unix_installer.sh @@ -37,7 +37,7 @@ source ~/.venv/pypush/bin/activate # Clone the repo cd ~ -git clone -b sms-registration https://github.com/beeper/pypush +git clone -b sms-registration https://github.com/JJTech0170/pypush cd pypush # Install dependencies diff --git a/windows_installer.ps1 b/windows_installer.ps1 index 935a40d..af02a4d 100644 --- a/windows_installer.ps1 +++ b/windows_installer.ps1 @@ -47,9 +47,9 @@ Write-Output "Activating virtual environment" cd "$env:USERPROFILE" -# Clone the "sms-registration" branch of the repository located at https://github.com/beeper/pypush using git. +# Clone the "sms-registration" branch of the repository located at https://github.com/JJTech0170/pypush using git. Write-Output "Cloning sms-registration branch" -git clone -b sms-registration https://github.com/beeper/pypush +git clone -b sms-registration https://github.com/JJTech0170/pypush # Change directories to the repository. Write-Output "Changing directories"