Revert "fixed some more links in the scripts"

This reverts commit 210cc96f32.
This commit is contained in:
Steven Burnham 2023-11-20 21:45:43 -05:00
parent 210cc96f32
commit bf28e6a69c
No known key found for this signature in database
GPG key ID: D765679712A2FC3D
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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"