changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 335: 77a67205d928
parent: 989b1b4782dc
child: d1b76011e49c
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 08 Jul 2024 13:16:15 -0400
permissions: -rwxr-xr-x
description: fix
1 #!/bin/sh
2 set -e
3 TARGET="${1:-x86_64-unknown-linux-gnu}"
4 cd .stash/src
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