There was an error while loading. Please reload this page.
1 parent 9b6917d commit 29e92baCopy full SHA for 29e92ba
1 file changed
Install_nix.sh
100644
100755
@@ -6,7 +6,7 @@ if [ $(uname -s) = "Linux" ]; then
6
IDT_FOLDER="${HOME}/.local/share/DaVinciResolve/ACES Transforms/IDT"
7
ODT_FOLDER="${HOME}/.local/share/DaVinciResolve/ACES Transforms/ODT"
8
9
-elif [ $(uname -s) = "darwin" ]; then
+elif [ $(uname -s) = "Darwin" ]; then
10
IDT_FOLDER="${HOME}/Library/Application Support/Blackmagic Design/DaVinci Resolve/ACES Transforms/IDT"
11
ODT_FOLDER="${HOME}/Library/Application Support/Blackmagic Design/DaVinci Resolve/ACES Transforms/ODT"
12
fi
@@ -17,4 +17,4 @@ mkdir -p "${ODT_FOLDER}"
17
cp IDT/*.dctl "${IDT_FOLDER}/" && echo "Installed IDTs" || echo "Failed to install IDTs"
18
cp ODT/*.dctl "${ODT_FOLDER}/" && echo "Installed ODTs" || echo "Failed to install ODTs"
19
20
-exit 0
+exit 0
0 commit comments