Skip to content

Commit 1a98b6d

Browse files
committed
setup.sh: remove apt installs
1 parent 697b04d commit 1a98b6d

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

setup.sh

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,6 @@ cd $DIR
77
PLATFORM=$(uname -s)
88

99
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
2510

2611
if ! command -v uv &>/dev/null; then
2712
echo "'uv' is not installed. Installing 'uv'..."

0 commit comments

Comments
 (0)