Files
gpui-component/script/bootstrap

9 lines
174 B
Plaintext
Raw Permalink Normal View History

2024-07-24 10:39:19 +08:00
#!/usr/bin/env bash
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
echo "Install Linux dependencies..."
script/install-linux.sh
2024-07-24 10:39:19 +08:00
else
echo "Install macOS dependencies..."
fi