Skip to content

Commit

Permalink
fix(setup.sh): Use absolute paths for internal scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos committed Jan 2, 2025
1 parent e04cc06 commit a8cd464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ run_davinci_setup () {
if [[ $? -eq 0 ]]; then
# Run setup-davinci
extracted_installer="squashfs-root/AppRun"
$container_run_prefix setup-davinci $extracted_installer $container_type
$container_run_prefix /usr/bin/setup-davinci $extracted_installer $container_type
rm -rf squashfs-root/
else
echo "${installer} could not be extracted."
Expand Down Expand Up @@ -112,7 +112,7 @@ else
fi

if [[ $1 == "remove" ]]; then
$container_run_prefix add-davinci-launcher remove
$container_run_prefix /usr/bin/add-davinci-launcher remove

echo "Removing DaVinci Resolve and davincibox..."
remove_davincibox_container
Expand Down

0 comments on commit a8cd464

Please sign in to comment.