File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,18 +8,6 @@ ghcurl "https://github.com/kubernetes-sigs/kind/releases/latest/download/kind-$(
88chmod +x /tmp/kind
99mv /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)
2412DOWNLOAD_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' )
2513ghcurl " $DOWNLOAD_URL " --retry 3 -o /tmp/ls-iommu.tar.gz
You can’t perform that action at this time.
0 commit comments