From d63f908a3a3859da20dc292bb5fde72c88da96e9 Mon Sep 17 00:00:00 2001 From: Zackptg5 <5107713+Zackptg5@users.noreply.github.com> Date: Tue, 18 Apr 2023 11:04:45 -0400 Subject: [PATCH] update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 249315a..e045cdf 100644 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ set -e ADVCPMV_VERSION=${1:-0.9} -CORE_UTILS_VERSION=${2:-9.1} +CORE_UTILS_VERSION=${2:-9.2} curl -LO http://ftp.gnu.org/gnu/coreutils/coreutils-$CORE_UTILS_VERSION.tar.xz tar xvJf coreutils-$CORE_UTILS_VERSION.tar.xz