installs
This commit is contained in:
parent
5ee030a3e5
commit
a540e0316f
3 changed files with 4 additions and 4 deletions
|
@ -1,2 +1 @@
|
|||
apt-get install 'tree'
|
||||
tree -a "${GITHUB_WORKSPACE}"
|
||||
|
|
5
cd-init
5
cd-init
|
@ -1,5 +1,8 @@
|
|||
mkdir --parents ~/.ssh
|
||||
apt-get install --yes \
|
||||
'rsync' \
|
||||
'tree' \
|
||||
|
||||
mkdir --parents ~/.ssh
|
||||
echo "${CD}" > ~/.ssh/id_ed25519
|
||||
unset CD
|
||||
chmod 400 ~/.ssh/id_ed25519
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
apt-get install --yes 'rsync'
|
||||
|
||||
rsync \
|
||||
--archive \
|
||||
--delete-before \
|
||||
|
|
Loading…
Reference in a new issue