You've already forked gpui-component
mirror of
https://github.com/librekeys/gpui-component.git
synced 2026-04-14 08:46:29 -07:00
9 lines
174 B
Bash
Executable File
9 lines
174 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
|
echo "Install Linux dependencies..."
|
|
script/install-linux.sh
|
|
else
|
|
echo "Install macOS dependencies..."
|
|
fi
|