From 4a3a8fb9aa4211016b68b9f19c87132e6661ae41 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 25 Apr 2024 10:23:23 +0200 Subject: [PATCH] python --- bootstrap.sh | 1 - cd.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index cefdc08..e6a0466 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -9,7 +9,6 @@ KEY_PATH="${KEY_DIRECTORY}/id_${KEY_ALGORITHM}" KEY_PUBLIC='AAAAC3NzaC1lZDI1NTE5AAAAIPHCNcgHlQoiNTXfnUZYvHz9OZwYsmBCrSSV7a7Zche5' PACKAGES=( 'openssh-client' -'python3' 'rsync' 'tree' ) diff --git a/cd.sh b/cd.sh index 3dae9f5..9441a45 100644 --- a/cd.sh +++ b/cd.sh @@ -4,6 +4,7 @@ NAMESERVERS=( PACKAGES=( 'ca-certificates' 'git' +'python3' ) REPOSITORY='rwx.work/cd'