Skip to content

Commit a962fbb

Browse files
committed
build: download the ncurses package
1 parent d5e1dbb commit a962fbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/download_packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ PACKAGE_URLS=(
1010
"https://ftp.gnu.org/pub/gnu/gmp/gmp-6.3.0.tar.xz"
1111
"https://ftp.gnu.org/pub/gnu/mpfr/mpfr-4.2.1.tar.xz"
1212
"https://ftp.gnu.org/gnu/gdb/gdb-15.2.tar.xz"
13+
"https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.5.tar.gz"
1314
)
1415

1516
function unpack_tarball() {

0 commit comments

Comments
 (0)