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 d5e1dbb commit a962fbbCopy full SHA for a962fbb
src/download_packages.sh
@@ -10,6 +10,7 @@ PACKAGE_URLS=(
10
"https://ftp.gnu.org/pub/gnu/gmp/gmp-6.3.0.tar.xz"
11
"https://ftp.gnu.org/pub/gnu/mpfr/mpfr-4.2.1.tar.xz"
12
"https://ftp.gnu.org/gnu/gdb/gdb-15.2.tar.xz"
13
+ "https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.5.tar.gz"
14
)
15
16
function unpack_tarball() {
0 commit comments