Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ubuntupunk/612b514384a8e1ba6684b9c3901a7249 to your computer and use it in GitHub Desktop.

Select an option

Save ubuntupunk/612b514384a8e1ba6684b9c3901a7249 to your computer and use it in GitHub Desktop.
If font, then copy
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