diff --git a/install_mldev.sh b/install_mldev.sh index 66afc0e4cc1d44eab54a731ad7dcc78faa76c5c5..9ed8ae63f0428338606c3be5c85e2044a2c89658 100755 --- a/install_mldev.sh +++ b/install_mldev.sh @@ -8,7 +8,7 @@ set -o pipefail # enable debug set -x echo "Downloading mldev package file ..." -PACKAGE_NAME=$(curl --remote-name --remote-header-name --write-out "%{filename_effective}" --silent https://gitlab.com/mlrep/mldev/-/package_files/3541000/download) +PACKAGE_NAME=$(curl --remote-name --remote-header-name --write-out "%{filename_effective}" --silent https://gitlab.com/mlrep/mldev/-/package_files/3543029/download) read -rp "Install system libraries (python3, git, ...)? [Y|n]: " -n 1 echo