update install.sh

This commit is contained in:
Zackptg5
2023-04-18 11:04:45 -04:00
parent 35988dc8d7
commit d63f908a3a

View File

@@ -3,7 +3,7 @@
set -e set -e
ADVCPMV_VERSION=${1:-0.9} 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 curl -LO http://ftp.gnu.org/gnu/coreutils/coreutils-$CORE_UTILS_VERSION.tar.xz
tar xvJf coreutils-$CORE_UTILS_VERSION.tar.xz tar xvJf coreutils-$CORE_UTILS_VERSION.tar.xz