Differences From Artifact [f750311fa5]:
- Executable file tools/pkgr_an_d_install.sh — part of check-in [5ec7a8a7f0] at 2019-08-18 01:49:12 on branch trunk — Stop disabling certificate checks for wget and/or curl in the POSIX installation (Bash) scripts. (user: mistachkin, size: 3610) [annotate] [blame] [check-ins using]
To Artifact [7bcb4e87c7]:
- Executable file tools/pkgr_an_d_install.sh — part of check-in [ca978823f9] at 2023-01-21 20:00:29 on branch trunk — Also update the installation tools. (user: mistachkin, size: 3610) [annotate] [blame] [check-ins using]
︙ | |||
83 84 85 86 87 | 83 84 85 86 87 88 89 90 91 92 93 | - + | PKGR_TMP_DIR=~/pkgdtmp mkdir -p "${PKGR_INSTALL_DIR}" || exit 1 sudo -u "${PKGR_LOGIN_USER}" mkdir -p "${PKGR_TMP_DIR}" || exit 1 |
︙ |