Skip to content

Commit

Permalink
Merge pull request #57 from rashedafridi/update-repo-urls
Browse files Browse the repository at this point in the history
Updated repository URLs to the current active ones.
  • Loading branch information
Exairnous authored Jul 9, 2024
2 parents 5254637 + 790a363 commit 8166cec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ means visiting these links in your web browser and following the prompts:
### Admin panel access

To connect to the admin panel you will need to manually
[promote an account to admin](https://github.com/mozilla/reticulum#6-creating-an-admin-user).
[promote an account to admin](https://github.com/Hubs-Foundation/reticulum#6-creating-an-admin-user).

## Troubleshooting

Expand Down
8 changes: 4 additions & 4 deletions bin/init
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ suffix='\033[0m\n'

servicesdir=$basedir/services
echo -e ${prefix}Cloning source repositories$suffix
git clone https://github.com/mozilla/reticulum.git "$servicesdir"/reticulum
git clone https://github.com/mozilla/dialog.git "$servicesdir"/dialog
git clone https://github.com/mozilla/hubs.git "$servicesdir"/hubs
git clone https://github.com/mozilla/Spoke.git "$servicesdir"/spoke
git clone https://github.com/Hubs-Foundation/reticulum.git "$servicesdir"/reticulum
git clone https://github.com/Hubs-Foundation/dialog.git "$servicesdir"/dialog
git clone https://github.com/Hubs-Foundation/hubs.git "$servicesdir"/hubs
git clone https://github.com/Hubs-Foundation/Spoke.git "$servicesdir"/spoke

composefile=$basedir/docker-compose.yml
echo -e ${prefix}Initializing Reticulum$suffix &&
Expand Down
2 changes: 1 addition & 1 deletion guides/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This process will cover the following steps...
- [Mutagen](https://mutagen.io/documentation/introduction/installation), I used `Mutagen version 0.17.5`
- [Mutagen Compose](https://github.com/mutagen-io/mutagen-compose#system-requirements)
- Add `127.0.0.1 hubs.local` and `127.0.0.1 hubs-proxy.local` to your local hosts. I did this by running `nano /etc/hosts`
- Clone this repo onto your device with `git clone https://github.com/mozilla/hubs-compose`
- Clone this repo onto your device with `git clone https://github.com/Hubs-Foundation/hubs-compose`

### Installation with Custom Repos

Expand Down

0 comments on commit 8166cec

Please sign in to comment.