Skip to content

Instantly share code, notes, and snippets.

View DanHolli's full-sized avatar
👨‍💻
Nerding out

DanHolli

👨‍💻
Nerding out
View GitHub Profile
@stuaxo
stuaxo / install-old-ppviewer-fonts.sh
Created September 2, 2025 01:53
Install the old powerpoint viewer fonts in debian based distros.
#!/bin/bash
#
# script that paraphtases info from the debian wiki at: https://wiki.debian.org/ppviewerFonts
#
#
set -e
DOWNLOAD_URL="https://archive.org/download/PowerPointViewer_201801/PowerPointViewer.exe"
EXPECTED_CHECKSUM="249473568eba7a1e4f95498acba594e0f42e6581add4dead70c1dfb908a09423"
FONT_DIR="$HOME/.local/share/fonts/ppviewer"