Skip to content

Commit

Permalink
Update install-deps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
exil0867 authored Oct 8, 2023
1 parent 140a4ef commit 9a5d6ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install-deps.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env bash

DEBIAN_FRONTEND=noninteractive apt -y update
apt -y update

sudo apt install curl -y
apt install curl -y

curl -sSL https://install.python-poetry.org | python3 -

poetry install
poetry install

0 comments on commit 9a5d6ab

Please sign in to comment.