From 1b8cc77b156a6cfdfe3bb8bc653c0ec7b6d927bc Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Mon, 7 Jul 2025 01:19:09 +0200 Subject: [PATCH] packages: add python-poetry --- runs/02-dev-tools/python | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 runs/02-dev-tools/python diff --git a/runs/02-dev-tools/python b/runs/02-dev-tools/python new file mode 100755 index 0000000..7c4ba6b --- /dev/null +++ b/runs/02-dev-tools/python @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +sudo pacman -S python-poetry --noconfirm