fix: temporarily remove nerdfonts so that the image will build

This commit is contained in:
Tulili 2023-06-29 07:11:24 -03:00 committed by GitHub
parent c091364c3d
commit 6261751ce7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,5 +22,5 @@ unzip /tmp/ubuntu.zip -d "/tmp/ubuntu"
rm -rf /tmp/ubuntu/__MACOSX
mv /tmp/ubuntu/* "$FILES_ROOT/usr/share/fonts"
git clone --depth 1 'https://github.com/ryanoasis/nerd-fonts' /tmp/nerdfonts
mv /tmp/nerdfonts/patched-fonts/* "$FILES_ROOT/usr/share/fonts"
# git clone --depth 1 'https://github.com/ryanoasis/nerd-fonts' /tmp/nerdfonts
# mv /tmp/nerdfonts/patched-fonts/* "$FILES_ROOT/usr/share/fonts"