File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ $(uname -s) = "Linux" ]; then
77 ODT_FOLDER=" ${HOME} /.local/share/DaVinciResolve/ACES Transforms/ODT"
88 LUT_FOLDER=" /opt/resolve/LUT"
99
10- elif [ $( uname -s) = " darwin " ]; then
10+ elif [ $( uname -s) = " Darwin " ]; then
1111 IDT_FOLDER=" ${HOME} /Library/Application Support/Blackmagic Design/DaVinci Resolve/ACES Transforms/IDT"
1212 ODT_FOLDER=" ${HOME} /Library/Application Support/Blackmagic Design/DaVinci Resolve/ACES Transforms/ODT"
1313 LUT_FOLDER=" /Library/Application Support/Blackmagic Design/DaVinci Resolve/LUT"
@@ -20,4 +20,4 @@ cp IDT/*.dctl "${IDT_FOLDER}/" && echo "Installed IDTs" || echo "Failed to insta
2020cp ODT/* .dctl " ${ODT_FOLDER} /" && echo " Installed ODTs" || echo " Failed to install ODTs"
2121sudo cp -R LUT/ " ${LUT_FOLDER} /" && echo " Installed DCTLs to LUT Folder" || echo " Failed to install DCTLs to LUT Folder"
2222
23- exit 0
23+ exit 0
You can’t perform that action at this time.
0 commit comments