changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/install-emacs-pack.sh

changeset 336: d1b76011e49c
parent: 77a67205d928
child: 955afe21959d
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 08 Jul 2024 13:33:10 -0400
permissions: -rwxr-xr-x
description: install-emacs fixes
1 #!/bin/sh
2 set -e
3 TARGET="${1:-x86_64-unknown-linux-gnu}"
4 cd .stash/tmp
5 curl -O "https://packy.compiler.company/dist/${TARGET}/pack/emacs.tar.zst"
6 unzstd emacs.tar.zst
7 tar -xvf emacs.tar
8 cd emacs
9 make install