File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Currently supports the following systems:
25
25
You only to excute:
26
26
27
27
```
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)
29
29
```
30
30
31
31
Notes: The install script in ` code/scripts ` subdirectory, for example ubuntu/debian,
Original file line number Diff line number Diff line change 3
3
# Check Python version > 2.7
4
4
test ` python -c ' import sys; print sys.version_info < (2, 7)' ` = " True" && echo ' CODE requires Python 2.7.' && exit 1
5
5
6
- url=' https://raw.github .com/douban/code/master/scripts'
6
+ url=' https://raw.githubusercontent .com/douban/code/master/scripts'
7
7
8
8
if [ -f /etc/fedora-release ] ; then
9
9
file=" $url /fedora.sh"
You can’t perform that action at this time.
0 commit comments