Compare commits
3 Commits
0041ce95dc
...
44ee29aefc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44ee29aefc | ||
|
|
ecd84a2067 | ||
|
|
6327bb043c |
5
install/markitdown.sh
Executable file
5
install/markitdown.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -E -o errexit -o nounset -o pipefail
|
||||
|
||||
uv tool install markitdown
|
||||
@@ -3,8 +3,13 @@
|
||||
# https://github.com/nvm-sh/nvm
|
||||
|
||||
set -E -o errexit -o nounset -o pipefail
|
||||
set -x
|
||||
|
||||
if ! can_run nvm; then
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
|
||||
source "$LWS/rc/nvm.sh"
|
||||
fi
|
||||
|
||||
if ! can_run node; then
|
||||
nvm install node
|
||||
nvm use node
|
||||
fi
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
prepend_path_try "$HOME/.dotnet/tools"
|
||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user