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'