Created
March 6, 2026 19:03
-
-
Save ubuntupunk/612b514384a8e1ba6684b9c3901a7249 to your computer and use it in GitHub Desktop.
If font, then copy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if [ -f /usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf ]; then cp /usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf infrastructure/backend/fonts/; echo "Font copied"; else echo "Font not found, will need to download"; fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment