Skip to content

Commit

Permalink
Revert repository namings
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Nov 8, 2018
1 parent fb0daba commit 4c7d771
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ The only requirements are `bash` and `sudo`, everything else will be installed a

```bash
# Provision default profile
curl https://raw.githubusercontent.com/cytopia/ansible-debian-testing/master/bootstrap | bash
curl https://raw.githubusercontent.com/cytopia/ansible-debian/master/bootstrap | bash

# Provision profile 'generic-all'
curl https://raw.githubusercontent.com/cytopia/ansible-debian-testing/master/bootstrap | bash -s generic-all
curl https://raw.githubusercontent.com/cytopia/ansible-debian/master/bootstrap | bash -s generic-all
```

#### Manually provision your system from scratch
Expand All @@ -65,8 +65,8 @@ Use this to provision your system from scratch, when you don't have a profile su

```bash
# 1. Clone this project
git clone https://github.com/cytopia/ansible-debian-testing
cd ansible-debian-testing
git clone https://github.com/cytopia/ansible-debian
cd ansible-debian

# 2. Add your profile 'bob' (See 'Create custom profiles' section of this README)

Expand Down
4 changes: 2 additions & 2 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ sudo apt-get install --no-install-recommends --no-install-suggests -y \
###
### Download GitHub repository
###
git clone https://github.com/cytopia/ansible-debian-testing
cd ansible-debian-testing
git clone https://github.com/cytopia/ansible-debian
cd ansible-debian


###
Expand Down

0 comments on commit 4c7d771

Please sign in to comment.