Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
returntrip committed Oct 29, 2020
1 parent fb11b7e commit fea2228
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions profile.d/toolbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ 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"
echo "For more information, see the documentation:"
echo ""
echo "https://docs.fedoraproject.org/en-US/fedora-silverblue/toolbox"
echo ""

mkdir -p "$toolbox_config"
Expand All @@ -39,10 +38,9 @@ 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"
echo "For more information, see the documentation:"
echo ""
echo "https://docs.fedoraproject.org/en-US/fedora-silverblue/toolbox"
echo ""

mkdir -p "$toolbox_config"
Expand Down

0 comments on commit fea2228

Please sign in to comment.