Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 502e67f

Browse files
committed
modify github raw path.
1 parent 59a56bc commit 502e67f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Currently supports the following systems:
2525
You only to excute:
2626

2727
```
28-
bash <(curl -s https://raw.github.com/douban/code/master/scripts/install_code.sh)
28+
bash <(curl -s https://raw.githubusercontent.com/douban/code/master/scripts/install_code.sh)
2929
```
3030

3131
Notes: The install script in `code/scripts` subdirectory, for example ubuntu/debian,

scripts/install_code.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Check Python version > 2.7
44
test `python -c 'import sys; print sys.version_info < (2, 7)'` = "True" && echo 'CODE requires Python 2.7.' && exit 1
55

6-
url='https://raw.github.com/douban/code/master/scripts'
6+
url='https://raw.githubusercontent.com/douban/code/master/scripts'
77

88
if [ -f /etc/fedora-release ] ; then
99
file="$url/fedora.sh"

0 commit comments

Comments
 (0)