From 95c73120c29b4d59e75f8a9c30914f586d072c75 Mon Sep 17 00:00:00 2001 From: Zeglius <33781398+Zeglius@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:30:50 +0200 Subject: [PATCH] chore(just): Improve install-resolve ux (#1593) * chore(just): Add a more informative message to install-resolve * chore(just): Bump up install-resolve SCRIPT_URL version --- .../shared/usr/share/ublue-os/just/82-bazzite-apps.just | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/system_files/desktop/shared/usr/share/ublue-os/just/82-bazzite-apps.just b/system_files/desktop/shared/usr/share/ublue-os/just/82-bazzite-apps.just index ff00048e..f2dda516 100644 --- a/system_files/desktop/shared/usr/share/ublue-os/just/82-bazzite-apps.just +++ b/system_files/desktop/shared/usr/share/ublue-os/just/82-bazzite-apps.just @@ -162,7 +162,7 @@ install-resolve ACTION="": #!/usr/bin/bash source /usr/lib/ujust/ujust.sh set -eo pipefail - SCRIPT_URL="https://raw.githubusercontent.com/zelikos/davincibox/b84fa22473d57307be50c07d968302e1cb458e13/setup.sh" + SCRIPT_URL="https://raw.githubusercontent.com/zelikos/davincibox/3e51fa38ac7512a26d644d0f48d8cf99921d80de/setup.sh" DOWNLOADDIR=$(xdg-user-dir DOWNLOAD || echo ${HOME}) tmpdir=/var/tmp/bazzite_davincibox_setup.tmp mkdir -p $tmpdir @@ -188,8 +188,10 @@ install-resolve ACTION="": "Uninstall davincibox" \ ) if [[ "${OPTION,,}" =~ (^install/upgrade[[:space:]]davincibox) ]]; then - echo "${bold}This script requires you to download DaVinci Resolve installer manually from their website and place it in ${HOME} or ${DOWNLOADDIR}${n}" + 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}" # Get sure user reads instructions ugum confirm || exit 0 # Download davincibox setup script