changelog shortlog graph tags branches changeset file revisions annotate raw help

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

revision 334: 22a7f2ae775f
parent 333: e62738da9ac3
     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/