From 933bdb2814679f9d90932d6176dc7e77c420ae21 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 6 May 2025 09:59:04 +0200 Subject: [PATCH] added python module to installer --- setup/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/install.sh b/setup/install.sh index 213b624..523094c 100644 --- a/setup/install.sh +++ b/setup/install.sh @@ -15,4 +15,5 @@ case $doit in *) echo "please choose a desktop enviroment to install" ;; esac -bash ~/Dotfiles/setup/modules/shell.sh \ No newline at end of file +bash ~/Dotfiles/setup/modules/shell.sh +bash ~/Dotfiles/setup/modules/python.sh