diff --git a/profile.d/toolbox.sh b/profile.d/toolbox.sh index dce6e85dc..198adecce 100644 --- a/profile.d/toolbox.sh +++ b/profile.d/toolbox.sh @@ -27,10 +27,7 @@ if [ -f /run/ostree-booted ] \ echo "host system. You may want to try out the Toolbox for a directly" echo "mutable environment that allows package installation with DNF." echo "" - printf "For more information, see the " - # shellcheck disable=SC1003 - printf '\033]8;;https://docs.fedoraproject.org/en-US/fedora-silverblue/toolbox/\033\\documentation\033]8;;\033\\' - printf ".\n" + printf "For more information, see the documentation at https://docs.fedoraproject.org/en-US/fedora-silverblue/toolbox\n" echo "" mkdir -p "$toolbox_config" @@ -50,10 +47,7 @@ if [ -f /run/.containerenv ] \ echo " - Use DNF in the usual manner to install command line tools." echo " - To create a new tools container, run 'toolbox create'." echo "" - printf "For more information, see the " - # shellcheck disable=SC1003 - printf '\033]8;;https://docs.fedoraproject.org/en-US/fedora-silverblue/toolbox/\033\\documentation\033]8;;\033\\' - printf ".\n" + printf "For more information, see the documentation at https://docs.fedoraproject.org/en-US/fedora-silverblue/toolbox\n" echo "" mkdir -p "$toolbox_config"