diff --git a/.config.tar.xz b/.config.tar.xz index 7923be7..54e2a32 100755 Binary files a/.config.tar.xz and b/.config.tar.xz differ diff --git a/arch-graphical-install-auto b/arch-graphical-install-auto index ff6b5b8..bc3488e 100755 --- a/arch-graphical-install-auto +++ b/arch-graphical-install-auto @@ -607,6 +607,14 @@ if ! grep '#!' $RCLOCALSHUTDOWN; then echo "#!/bin/bash" > $RCLOCALSHUTDOWN fi +# install-firacode +# In download.sh +for type in Bold Light Medium Regular Retina; do + wget -O /usr/share/fonts/TTF/FiraCode-${type}.ttf \ + "https://github.com/tonsky/FiraCode/blob/master/distr/ttf/FiraCode-${type}.ttf?raw=true"; +done + + if [ "$version" != "lite" ]; then ### custom-installer