Skip to content

Commit

Permalink
add installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
zakaria-chahboun committed Jun 27, 2021
1 parent bde2896 commit 292bdbe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions install
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash

echo "------------ Installation of Davinci Resolve Media Converter (davincimc) ------------"
echo
echo "- copy davincimc to /usr/local/bin directory."

chmod u+x ./davincimc
mv ./davincimc /usr/local/bin

echo
echo "done!"

0 comments on commit 292bdbe

Please sign in to comment.