Skip to content

Commit da0ceed

Browse files
committed
Better README.md
Correct links to cstrap repo
1 parent 7d69c36 commit da0ceed

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ Monaco-Font
33

44
Install Monaco Font on Ubuntu
55

6-
curl -kL https://raw.github.com/pengjingwen1994/monaco-font/master/install-font-ubuntu.sh | bash
7-
6+
```
7+
curl -kL https://raw.github.com/cstrap/monaco-font/master/install-font-ubuntu.sh | bash
8+
```
89

910
Install Monaco Font on CentOS
1011

11-
curl -kL https://raw.github.com/pengjingwen1994/monaco-font/master/install-font-centos.sh | bash
12+
```
13+
curl -kL https://raw.github.com/cstrap/monaco-font/master/install-font-centos.sh | bash
14+
```

install-font-centos.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "Entering Font Directory"
99
cd /usr/share/fonts/monaco
1010

1111
echo "Downloading font"
12-
wget -c https://github.com/pengjingwen1994/Monaco-Font/raw/master/Monaco_Linux.ttf
12+
wget -c https://github.com/cstrap/monaco-font/raw/master/Monaco_Linux.ttf
1313

1414
echo "Installing font"
1515
chmod 644 Monaco_Linux.ttf

install-font-ubuntu.sh

100644100755
+6-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
echo "Start install"
44
sudo mkdir -p /usr/share/fonts/truetype/custom
5+
56
echo "Downloading font"
6-
wget -c https://github.com/pengjingwen1994/Monaco-Font/raw/master/Monaco_Linux.ttf
7+
wget -c https://github.com/cstrap/monaco-font/raw/master/Monaco_Linux.ttf
8+
79
echo "Installing font"
810
sudo mv Monaco_Linux.ttf /usr/share/fonts/truetype/custom/
11+
12+
echo "Updating font chache"
913
sudo fc-cache -f -v
14+
1015
echo "Enjoy"

0 commit comments

Comments
 (0)