Files
horus/bin/supervisor/scripts/install.sh
2025-11-13 20:44:00 +01:00

8 lines
147 B
Bash
Executable File

#!/bin/bash
set -e
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
ROOT_DIR=$(cd "$SCRIPT_DIR/.." && pwd)
pushd "$ROOT_DIR"
cargo update