changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: update core pack install

changeset 334: 22a7f2ae775f
parent 333: e62738da9ac3
child 335: 77a67205d928
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 08 Jul 2024 12:53:45 -0400
files: scripts/install-core-pack.sh
description: update core pack install
     1.1--- a/scripts/install-core-pack.sh	Mon Jul 08 12:49:42 2024 -0400
     1.2+++ b/scripts/install-core-pack.sh	Mon Jul 08 12:53:45 2024 -0400
     1.3@@ -6,5 +6,6 @@
     1.4 unzstd core.tar.zst
     1.5 tar -xvf core.tar
     1.6 cd core
     1.7-install -m 755 bin/* /usr/local/bin/
     1.8-install -m 755 fasl/* /usr/local/lib/sbcl/
     1.9+mv bin/* /usr/local/bin/
    1.10+mv lib/* /usr/local/lib/
    1.11+mv share/* /usr/local/share/