Skip to content

Commit

Permalink
bump version, make generic install script
Browse files Browse the repository at this point in the history
  • Loading branch information
billywhizz committed Aug 12, 2022
1 parent efbf3d4 commit e22ed1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC=g++
RELEASE=0.1.11
RELEASE=0.1.12
INSTALL=/usr/local/bin
LIBS=lib/loop.js lib/path.js lib/fs.js lib/process.js lib/build.js lib/repl.js lib/acorn.js lib/configure.js
MODULES=modules/net/net.o modules/epoll/epoll.o modules/fs/fs.o modules/sys/sys.o modules/vm/vm.o
Expand Down
6 changes: 2 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/sh
JUST_VERSION=0.1.11
curl -L -o just.tar.gz https://github.com/just-js/just/archive/${JUST_VERSION}.tar.gz
tar -zxvf just.tar.gz
mv just-${JUST_VERSION} just
curl -L -o just.tar.gz https://github.com/just-js/just/archive/current.tar.gz
mkdir -p just && tar -zxvf just.tar.gz -C just --strip-components 1
make -C just runtime-static

0 comments on commit e22ed1a

Please sign in to comment.