From a540e0316ff327805919d6671cda7df94bf10358 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 23 Mar 2024 09:32:19 +0100 Subject: [PATCH] installs --- cd-browse-workspace | 1 - cd-init | 5 ++++- cd-synchronize-output | 2 -- 3 files changed, 4 insertions(+), 4 deletions(-) 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 \