mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
CI: Improve compatibility of download scripts
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
2
scripts/dist/install-tensorflow.sh
vendored
2
scripts/dist/install-tensorflow.sh
vendored
@@ -24,7 +24,7 @@ if [[ $(id -u) != "0" ]] && [[ $DESTDIR == "/usr" || $DESTDIR == "/usr/local" ]]
|
||||
exit 1
|
||||
fi
|
||||
|
||||
/bin/mkdir -p "$DESTDIR"
|
||||
mkdir -p "$DESTDIR"
|
||||
|
||||
if [[ $TF_DRIVER == "auto" ]]; then
|
||||
echo "Detecting driver..."
|
||||
|
||||
Reference in New Issue
Block a user