diff --git a/cd-browse-workspace b/cd-browse-workspace index 817b2b8..b99d6d2 100755 --- a/cd-browse-workspace +++ b/cd-browse-workspace @@ -1,2 +1 @@ -apt-get install 'tree' tree -a "${GITHUB_WORKSPACE}" diff --git a/cd-init b/cd-init index 4e485e7..6b41bc8 100755 --- a/cd-init +++ b/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 diff --git a/cd-synchronize-output b/cd-synchronize-output index 86ca39a..84eeccc 100755 --- a/cd-synchronize-output +++ b/cd-synchronize-output @@ -1,5 +1,3 @@ -apt-get install --yes 'rsync' - rsync \ --archive \ --delete-before \