Skip to content

Commit

Permalink
Merge pull request #243 from KrishPatel13/update/install
Browse files Browse the repository at this point in the history
Add TODO in Installation Scripts
  • Loading branch information
abrichr authored Jun 13, 2023
2 parents e3fd5c7 + 6369256 commit 7ce0479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions install/install_openadapt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ $VCRedistInstaller = "vc_redist.x64.exe"
$VCRedistInstallerLoc = "https://aka.ms/vs/17/release/vc_redist.x64.exe"
$VCRedistRegPath = "HKLM:\SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\X64"

# TODO: Add Tesseract OCR installation: https://tesseract-ocr.github.io/tessdoc/Installation.html

# Return true if a command/exe is available
function CheckCMDExists() {
Expand Down
2 changes: 2 additions & 0 deletions install/install_openadapt.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
set -e

# TODO: Add Tesseract OCR installation: https://tesseract-ocr.github.io/tessdoc/Installation.html

# Run a command and ensure it did not fail
RunAndCheck() {
res=$($1)
Expand Down

0 comments on commit 7ce0479

Please sign in to comment.