Commit 287ffae 1 parent a802863 commit 287ffae Copy full SHA for 287ffae
File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,6 @@ sudo apt-get update \
6
6
&& sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - \
7
7
&& sudo sh -c ' echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
8
8
&& sudo apt-get update \
9
- && sudo apt-get install -y google-chrome-unstable --no-install-recommends \
9
+ && sudo apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf \
10
+ --no-install-recommends \
10
11
&& sudo rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ sudo apt-get update \\
111
111
&& sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - \\
112
112
&& sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \\
113
113
&& sudo apt-get update \\
114
- && sudo apt-get install -y google-chrome-unstable --no-install-recommends \\
114
+ && sudo apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf --no-install-recommends \\
115
115
&& sudo rm -rf /var/lib/apt/lists/*
116
116
```
117
117
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ sudo apt-get update \\
105
105
&& sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - \\
106
106
&& sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \\
107
107
&& sudo apt-get update \\
108
- && sudo apt-get install -y google-chrome-unstable --no-install-recommends \\
108
+ && sudo apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf --no-install-recommends \\
109
109
&& sudo rm -rf /var/lib/apt/lists/*
110
110
```
111
111
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ sudo apt-get update \\
98
98
&& sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - \\
99
99
&& sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \\
100
100
&& sudo apt-get update \\
101
- && sudo apt-get install -y google-chrome-unstable --no-install-recommends \\
101
+ && sudo apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf --no-install-recommends \\
102
102
&& sudo rm -rf /var/lib/apt/lists/*
103
103
```
104
104
You can’t perform that action at this time.
0 commit comments