Merge pull request #1 from Antiz96/remove_arch_repo_sentence

Delete the '(from the Arch repo [...])' bit and correcte the Fedora typo
This commit is contained in:
Rudra Saraswat 2023-01-27 19:34:11 +05:30 committed by GitHub
commit b71a99d713
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,11 +22,11 @@ if [[ ! -f "${HOME}/.disable_blend_msg" ]]; then
echo
echo -e 'Here are some useful commands:'
echo -e "${shell_reset}To install a package (from the Arch repos and the AUR) in an Arch container:${shell_bold}"
echo -e "${shell_reset}To install a package in an Arch container:${shell_bold}"
echo -e " blend install <PKG>"
echo -e "${shell_reset}To remove a package (from the Arch repos and the AUR) in an Arch container:${shell_bold}"
echo -e "${shell_reset}To remove a package in an Arch container:${shell_bold}"
echo -e " blend remove <PKG>"
echo -e "${shell_reset}To install a package (from the Arch repos and the AUR) in a Fecora container:${shell_bold}"
echo -e "${shell_reset}To install a package in a Fedora container:${shell_bold}"
echo -e " blend install <PKG> -d fedora-rawhide"
echo -e "${shell_reset}To enter a Fedora container:${shell_bold}"
echo -e " blend enter -cn fedora-rawhide"