Mercurial > code > home > repos > racc
view collector/update.sh @ 4:5ad799e534a5
move to subdir
author | drewp@bigasterisk.com |
---|---|
date | Mon, 13 Mar 2023 18:50:23 -0700 |
parents | update.sh@0ecb388a0b90 |
children |
line wrap: on
line source
#!/bin/sh if [ `uname` = Linux ]; then pdm install pdm install -G linux elif [ `uname` = Darwin ]; then ${HOME}/Library/Python/3.10/bin/pdm install ${HOME}/Library/Python/3.10/bin/pdm install -G osx else echo `uname` unknown exit 1 fi