Skip to content

Commit 72dbc41

Browse files
author
Kareem Zidane
authored
Merge pull request #129 from cs50/repo
cs50/repo
2 parents 6014620 + 6e7e41a commit 72dbc41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
packagecloud: &packagecloud
22
provider: packagecloud
33
username: cs50
4-
repository: libcs50
4+
repository: repo
55
token: $PACKAGECLOUD_TOKEN
66
skip_cleanup: true
77
on:

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
### Ubuntu
1616

1717
```
18-
$ curl -s https://packagecloud.io/install/repositories/cs50/libcs50/script.deb.sh | sudo bash
18+
$ curl -s https://packagecloud.io/install/repositories/cs50/repo/script.deb.sh | sudo bash
1919
$ sudo apt-get install libcs50
2020
```
2121

2222
### Fedora
2323

2424
```
25-
$ curl -s https://packagecloud.io/install/repositories/cs50/libcs50/script.rpm.sh | sudo bash
25+
$ curl -s https://packagecloud.io/install/repositories/cs50/repo/script.rpm.sh | sudo bash
2626
$ yum install libcs50
2727
```
2828

0 commit comments

Comments
 (0)