We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738f197 commit 356f2d5Copy full SHA for 356f2d5
install-tarball.sh
@@ -4,7 +4,7 @@
4
.install-common.sh
5
6
# Choose the Ubuntu distribution
7
-TARBALL="cctools-nightly-x86_64-ubuntu20.04.tar.gz"
+TARBALL="cctools-nightly-x86_64-ubuntu24.04.tar.gz"
8
PREFIX=`pwd`/cctools-install
9
10
# Fetch the tarball
@@ -14,6 +14,8 @@ wget --quiet "https://github.com/cooperative-computing-lab/cctools/releases/down
14
mkdir -p ${PREFIX}
15
tar -C "${PREFIX}" --strip-components=1 -xf "${TARBALL}"
16
17
+uname -a
18
+
19
# Activate the path to the tarball
20
export PATH=${PREFIX}/bin:${PATH}
21
0 commit comments