Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Issue 151: updates welcome message to remove formatted link #1090

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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