Index: tools/pkgr_an_d_get.sh ================================================================== --- tools/pkgr_an_d_get.sh +++ tools/pkgr_an_d_get.sh @@ -50,11 +50,11 @@ mkdir -p "${PKGR_TMP_ROOT}/pkgdtmp" || exit 1 mkdir -p "${PKGR_TMP_ROOT}/download" || exit 1 pushd "${PKGR_TMP_ROOT}/download" || exit 1 -PKGR_CLIENT_URI=https://urn.to/r/pkg_client_full +PKGR_CLIENT_URI=https://tcl.to/r/pkg_client_full PKGR_TMP_FILE=pkgrd_tmp_file.zip PKGR_GET_OK=0 if [ -x "$(command -v wget)" ]; then for wgetArg in "" "" Index: tools/pkgr_an_d_install.sh ================================================================== --- tools/pkgr_an_d_install.sh +++ tools/pkgr_an_d_install.sh @@ -83,11 +83,11 @@ PKGR_TMP_DIR=~/pkgdtmp mkdir -p "${PKGR_INSTALL_DIR}" || exit 1 sudo -u "${PKGR_LOGIN_USER}" mkdir -p "${PKGR_TMP_DIR}" || exit 1 -PKGR_CLIENT_URI=https://urn.to/r/pkg_client_full +PKGR_CLIENT_URI=https://tcl.to/r/pkg_client_full PKGR_TMP_FILE=${PKGR_TMP_DIR}/pkgrd_tmp_${PKGR_TMP_ID}_file.zip PKGR_GET_OK=0 if [ -x "$(command -v wget)" ]; then for wgetArg in "" ""