From bf28e6a69c784bd6e99b38890777df12a49fcd2e Mon Sep 17 00:00:00 2001 From: Steven Burnham Date: Mon, 20 Nov 2023 21:45:43 -0500 Subject: [PATCH] Revert "fixed some more links in the scripts" This reverts commit 210cc96f32d5e2317e36bb9175d2f849b2a8a671. --- 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 906d7e0..b692428 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/JJTech0170/pypush` +1. `git clone -b sms-registration https://github.com/beeper/pypush` 2. `cd pypush` # Number Registration on Linux/MacOS diff --git a/unix_installer.sh b/unix_installer.sh index d70bc5c..d66f996 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/JJTech0170/pypush +git clone -b sms-registration https://github.com/beeper/pypush cd pypush # Install dependencies diff --git a/windows_installer.ps1 b/windows_installer.ps1 index af02a4d..935a40d 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/JJTech0170/pypush using git. +# Clone the "sms-registration" branch of the repository located at https://github.com/beeper/pypush using git. Write-Output "Cloning sms-registration branch" -git clone -b sms-registration https://github.com/JJTech0170/pypush +git clone -b sms-registration https://github.com/beeper/pypush # Change directories to the repository. Write-Output "Changing directories"