File tree 3 files changed +13
-5
lines changed
3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,12 @@ Monaco-Font
3
3
4
4
Install Monaco Font on Ubuntu
5
5
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
+ ```
8
9
9
10
Install Monaco Font on CentOS
10
11
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
+ ```
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ echo "Entering Font Directory"
9
9
cd /usr/share/fonts/monaco
10
10
11
11
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
13
13
14
14
echo " Installing font"
15
15
chmod 644 Monaco_Linux.ttf
Original file line number Diff line number Diff line change 2
2
3
3
echo " Start install"
4
4
sudo mkdir -p /usr/share/fonts/truetype/custom
5
+
5
6
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
+
7
9
echo " Installing font"
8
10
sudo mv Monaco_Linux.ttf /usr/share/fonts/truetype/custom/
11
+
12
+ echo " Updating font chache"
9
13
sudo fc-cache -f -v
14
+
10
15
echo " Enjoy"
You can’t perform that action at this time.
0 commit comments