kopia lustrzana https://github.com/tonsky/FiraCode
Add missing backslash, otherwise the URL would be treated as a single command
rodzic
5ce6ff7504
commit
ada3b44306
|
@ -6,7 +6,7 @@ With most desktop-oriented distributions, double-clicking the font file should b
|
||||||
3. ```shell
|
3. ```shell
|
||||||
# In download.sh
|
# In download.sh
|
||||||
for type in Bold Light Medium Regular Retina; do
|
for type in Bold Light Medium Regular Retina; do
|
||||||
wget -O ~/.local/share/fonts/FiraCode-${type}.ttf
|
wget -O ~/.local/share/fonts/FiraCode-${type}.ttf \
|
||||||
"https://github.com/tonsky/FiraCode/blob/master/distr/ttf/FiraCode-${type}.ttf?raw=true";
|
"https://github.com/tonsky/FiraCode/blob/master/distr/ttf/FiraCode-${type}.ttf?raw=true";
|
||||||
done
|
done
|
||||||
```
|
```
|
||||||
|
|
Ładowanie…
Reference in New Issue