From 15e45d78edcab20e96bb8f0cde218fd350f65898 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 6 May 2025 09:57:48 +0200 Subject: [PATCH] added python.sh installer module --- setup/modules/python.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 setup/modules/python.sh diff --git a/setup/modules/python.sh b/setup/modules/python.sh new file mode 100644 index 0000000..bcb1f95 --- /dev/null +++ b/setup/modules/python.sh @@ -0,0 +1,2 @@ +#!/bin/bash +sudo pacman -Syu python pyright