mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-30 21:32:48 +00:00
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:
parent
df631d1d50
commit
478399b05e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user