fixed some more links in the scripts

This commit is contained in:
Steven Burnham 2023-11-20 21:46:24 -05:00
parent bf28e6a69c
commit f9964390fe
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/beeper/pypush`
1. `git clone -b sms-registration https://github.com/JJTech0130/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/beeper/pypush
git clone -b sms-registration https://github.com/JJTech0130/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/beeper/pypush using git.
# Clone the "sms-registration" branch of the repository located at https://github.com/JJTech0130/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/JJTech0130/pypush
# Change directories to the repository.
Write-Output "Changing directories"