We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697b04d commit 1a98b6dCopy full SHA for 1a98b6d
1 file changed
setup.sh
@@ -7,21 +7,6 @@ cd $DIR
7
PLATFORM=$(uname -s)
8
9
echo "installing dependencies"
10
-if [[ $PLATFORM == "Darwin" ]]; then
11
- # pass
12
- :
13
-elif [[ $PLATFORM == "Linux" ]]; then
14
- # for AGNOS since we clear the apt lists
15
- if [[ ! -d /"var/lib/apt/" ]]; then
16
- sudo apt update
17
- fi
18
-
19
- sudo apt-get install -y --no-install-recommends \
20
- curl ca-certificates gcc git \
21
- python3-dev
22
-else
23
- echo "WARNING: unsupported platform. skipping apt/brew install."
24
-fi
25
26
if ! command -v uv &>/dev/null; then
27
echo "'uv' is not installed. Installing 'uv'..."
0 commit comments