This commit is contained in:
Marc Beninca 2024-04-25 10:23:23 +02:00
parent fb20e3219c
commit 4a3a8fb9aa
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,6 @@ KEY_PATH="${KEY_DIRECTORY}/id_${KEY_ALGORITHM}"
KEY_PUBLIC='AAAAC3NzaC1lZDI1NTE5AAAAIPHCNcgHlQoiNTXfnUZYvHz9OZwYsmBCrSSV7a7Zche5'
PACKAGES=(
'openssh-client'
'python3'
'rsync'
'tree'
)

1
cd.sh
View file

@ -4,6 +4,7 @@ NAMESERVERS=(
PACKAGES=(
'ca-certificates'
'git'
'python3'
)
REPOSITORY='rwx.work/cd'