diff options
author | Sam James <sam@gentoo.org> | 2024-01-12 11:06:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-12 11:07:06 +0000 |
commit | 5d8794d14ddd53713c77b7f0400aa206a6ab14be (patch) | |
tree | 8f519793786558cc588fea2bdcebd3f4b9d6018d /scripts | |
parent | scripts: drop USE=userlocales (diff) | |
download | gentoo-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-x | scripts/bootstrap.sh | 2 |
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 ..." |