Commit 5da808f3a051fcca168dcf1ee3eb003382f2737f
Download ncurses for AppImage build using HTTPS
It's going to be HTTPS either way thanks to HSTS, but make it explicit
and the redirect.
Author: xaizek
Author date (UTC): 2025-09-28 12:39
Committer name: xaizek
Committer date (UTC): 2025-09-28 13:00
Parent(s): f28e8bcf311e3da34001863d3ec455ab9ddf5026
Signing key: 99DC5E4DB05F6BE2
Tree: b369f1cd03875f3ae902b8f6bf247d82569de240
File pkgs/AppImage/genappimage.sh changed (mode: 100755) (index b9db2be13..39405230c) |
... |
... |
cd "$BUILD_DIR" |
38 |
38 |
mkdir -p "$BUILD_DIR/AppDir/usr" |
mkdir -p "$BUILD_DIR/AppDir/usr" |
39 |
39 |
|
|
40 |
40 |
# Obtain and compile libncursesw6 so that we get 256 color support |
# Obtain and compile libncursesw6 so that we get 256 color support |
41 |
|
wget http://ftp.gnu.org/gnu/ncurses/ncurses-6.5.tar.gz |
|
|
41 |
|
wget https://ftp.gnu.org/gnu/ncurses/ncurses-6.5.tar.gz |
42 |
42 |
tar -xf ncurses-6.5.tar.gz |
tar -xf ncurses-6.5.tar.gz |
43 |
43 |
NCURSES_DIR="$PWD/ncurses-6.5" |
NCURSES_DIR="$PWD/ncurses-6.5" |
44 |
44 |
pushd "$NCURSES_DIR" |
pushd "$NCURSES_DIR" |