python
This commit is contained in:
parent
fb20e3219c
commit
4a3a8fb9aa
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,6 @@ KEY_PATH="${KEY_DIRECTORY}/id_${KEY_ALGORITHM}"
|
||||||
KEY_PUBLIC='AAAAC3NzaC1lZDI1NTE5AAAAIPHCNcgHlQoiNTXfnUZYvHz9OZwYsmBCrSSV7a7Zche5'
|
KEY_PUBLIC='AAAAC3NzaC1lZDI1NTE5AAAAIPHCNcgHlQoiNTXfnUZYvHz9OZwYsmBCrSSV7a7Zche5'
|
||||||
PACKAGES=(
|
PACKAGES=(
|
||||||
'openssh-client'
|
'openssh-client'
|
||||||
'python3'
|
|
||||||
'rsync'
|
'rsync'
|
||||||
'tree'
|
'tree'
|
||||||
)
|
)
|
||||||
|
|
1
cd.sh
1
cd.sh
|
@ -4,6 +4,7 @@ NAMESERVERS=(
|
||||||
PACKAGES=(
|
PACKAGES=(
|
||||||
'ca-certificates'
|
'ca-certificates'
|
||||||
'git'
|
'git'
|
||||||
|
'python3'
|
||||||
)
|
)
|
||||||
REPOSITORY='rwx.work/cd'
|
REPOSITORY='rwx.work/cd'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue