Skip to content

Commit 356f2d5

Browse files
committed
update ubuntu tarball
1 parent 738f197 commit 356f2d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install-tarball.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.install-common.sh
55

66
# Choose the Ubuntu distribution
7-
TARBALL="cctools-nightly-x86_64-ubuntu20.04.tar.gz"
7+
TARBALL="cctools-nightly-x86_64-ubuntu24.04.tar.gz"
88
PREFIX=`pwd`/cctools-install
99

1010
# Fetch the tarball
@@ -14,6 +14,8 @@ wget --quiet "https://github.com/cooperative-computing-lab/cctools/releases/down
1414
mkdir -p ${PREFIX}
1515
tar -C "${PREFIX}" --strip-components=1 -xf "${TARBALL}"
1616

17+
uname -a
18+
1719
# Activate the path to the tarball
1820
export PATH=${PREFIX}/bin:${PATH}
1921

0 commit comments

Comments
 (0)