summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-12 11:06:29 +0000
committerSam James <sam@gentoo.org>2024-01-12 11:07:06 +0000
commit5d8794d14ddd53713c77b7f0400aa206a6ab14be (patch)
tree8f519793786558cc588fea2bdcebd3f4b9d6018d /scripts
parentscripts: drop USE=userlocales (diff)
downloadgentoo-5d8794d14ddd53713c77b7f0400aa206a6ab14be.tar.gz
gentoo-5d8794d14ddd53713c77b7f0400aa206a6ab14be.tar.bz2
gentoo-5d8794d14ddd53713c77b7f0400aa206a6ab14be.zip
scripts: use HTTPS
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index caea6f597217..61bbb0ab9a0f 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -137,7 +137,7 @@ if [[ ! -d ${MYPROFILEDIR} ]] ; then
exit 1
fi
-echo -e "\n${GOOD}Gentoo Linux; ${BRACKET}http://www.gentoo.org/${NORMAL}"
+echo -e "\n${GOOD}Gentoo Linux; ${BRACKET}https://www.gentoo.org/${NORMAL}"
echo -e "${file_copyright}; Distributed under the GPLv2"
if [[ " ${STRAP_EMERGE_OPTS} " == *" -f "* ]] ; then
echo "Fetching all bootstrap-related archives ..."