Commit 37d7c133 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

feat: Update acorn version in install script

parent 6fb766ba
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#! /bin/sh

main() {
    local ACORN_VERSION=0.1.21
    local ACORN_VERSION=0.1.27
    curl -LO https://code.ornl.gov/api/v4/projects/16689/packages/generic/x86_64-unknown-linux-gnu/v${ACORN_VERSION}/acorn
    chmod +x ./acorn
}