Skip to content

Commit

Permalink
updates welcome message to remove formatted link
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Natale <[email protected]>
  • Loading branch information
tonytheleg committed Aug 25, 2022
1 parent afb002c commit c64456c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions profile.d/toolbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit c64456c

Please sign in to comment.