chore(just): Improve wording in install-resolve prompts (#1637)

* chore(just): Improve wording in install-resolve prompts

* chore(just): Add italic bold text to warning prompt

* chore(just): Reduce usage of bold font to warning message

* chore(just): Missing 'the'
This commit is contained in:
Zeglius 2024-09-09 19:06:04 +02:00 committed by GitHub
parent df631d1d50
commit 478399b05e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -188,10 +188,11 @@ install-resolve ACTION="":
"Uninstall davincibox" \
)
if [[ "${OPTION,,}" =~ (^install/upgrade[[:space:]]davincibox) ]]; then
echo "${bold}This script requires you to download DaVinci Resolve installer (should be a zip file) manually from their website and place it in ${HOME} or ${DOWNLOADDIR}${n}"
echo "${bold}https://www.blackmagicdesign.com/event/davinciresolvedownload${n}"
echo "You dont extract the zip contents, the script will handle the installation"
echo "${lightgrey}TIP: If you want to install manually, check https://github.com/zelikos/davincibox${n}"
echo "This script requires you to download the DaVinci Resolve installer (should be a zip file) manually from their website and place it in ${HOME} or ${DOWNLOADDIR}"
echo "https://www.blackmagicdesign.com/event/davinciresolvedownload"
echo ""
echo -e "${b}\033[3mDo not\033[0m ${b}extract the .zip contents, the script will handle everything${n}"
echo "${lightgrey}TIP: For manual installation, see https://github.com/zelikos/davincibox${n}"
# Get sure user reads instructions
ugum confirm || exit 0
# Download davincibox setup script