Poetry is not an Ubuntu package
This commit is contained in:
parent
d46b86c631
commit
c80c7f68b5
|
@ -38,7 +38,6 @@ clang
|
||||||
docker-ce-cli
|
docker-ce-cli
|
||||||
make
|
make
|
||||||
nodejs
|
nodejs
|
||||||
poetry
|
|
||||||
yarn
|
yarn
|
||||||
|
|
||||||
# packaging tools
|
# packaging tools
|
||||||
|
@ -70,6 +69,8 @@ vim
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y $(sed 's/#.*//' <<< "${packages}")
|
apt-get install -y $(sed 's/#.*//' <<< "${packages}")
|
||||||
|
|
||||||
|
pip3 install poetry
|
||||||
|
|
||||||
ver="$(latest_release watchexec/watchexec | sed 's/^cli-v//')"
|
ver="$(latest_release watchexec/watchexec | sed 's/^cli-v//')"
|
||||||
wget "https://github.com/watchexec/watchexec/releases/download/cli-v${ver}/watchexec-${ver}-x86_64-unknown-linux-gnu.deb"
|
wget "https://github.com/watchexec/watchexec/releases/download/cli-v${ver}/watchexec-${ver}-x86_64-unknown-linux-gnu.deb"
|
||||||
apt-get install -y ./watchexec-*.deb
|
apt-get install -y ./watchexec-*.deb
|
||||||
|
|
Loading…
Reference in New Issue