Skip to content

Commit d592c4c

Browse files
authored
fix: remove Monaspace font installation from script
Removed the download and installation steps for the GitHub Monaspace font. People can install via brew.
1 parent 1ae9770 commit d592c4c

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

build_files/dx/04-override-install-dx.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,6 @@ ghcurl "https://github.com/kubernetes-sigs/kind/releases/latest/download/kind-$(
88
chmod +x /tmp/kind
99
mv /tmp/kind /usr/bin/kind
1010

11-
# GitHub Monaspace Font
12-
DOWNLOAD_URL=$(ghcurl "https://api.github.com/repos/githubnext/monaspace/releases/latest" --retry 3 | jq -r '.assets[] | select(.name| test(".*.zip$")).browser_download_url')
13-
ghcurl "$DOWNLOAD_URL" --retry 3 -o /tmp/monaspace-font.zip
14-
15-
unzip -qo /tmp/monaspace-font.zip -d /tmp/monaspace-font
16-
mkdir -p /usr/share/fonts/monaspace
17-
mv /tmp/monaspace-font/monaspace-v*/fonts/variable/* /usr/share/fonts/monaspace/
18-
rm -rf /tmp/monaspace-font*
19-
20-
fc-cache -f /usr/share/fonts/monaspace
21-
fc-cache --system-only --really-force --verbose
22-
2311
# ls-iommu helper tool for listing devices in iommu groups (PCI Passthrough)
2412
DOWNLOAD_URL=$(ghcurl "https://api.github.com/repos/HikariKnight/ls-iommu/releases/latest" | jq -r '.assets[] | select(.name| test(".*x86_64.tar.gz$")).browser_download_url')
2513
ghcurl "$DOWNLOAD_URL" --retry 3 -o /tmp/ls-iommu.tar.gz

0 commit comments

Comments
 (0)