File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
share/github-backup-utils Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
- name : Install Dependencies (Linux)
16
16
run : |
17
17
sudo apt-get update -y
18
+ sudo apt-get purge parallel
18
19
sudo apt-get install -y devscripts debhelper moreutils fakeroot jq pigz
19
20
wget "https://storage.googleapis.com/shellcheck/shellcheck-v0.7.0.linux.x86_64.tar.xz"
20
21
tar --xz -xvf "shellcheck-v0.7.0.linux.x86_64.tar.xz"
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ ghe_remote_version_required "$host"
37
37
# Transfer all Actions data from the snapshot to the user data directory using rsync.
38
38
ghe_verbose " * Transferring actions files to $host ..."
39
39
40
- echo " sudo mkdir -p $GHE_REMOTE_DATA_USER_DIR /actions" |
41
- ghe-ssh -p $port $host /bin/bash
40
+ ghe-ssh -p " $port " " $host " -- sudo mkdir -p " $GHE_REMOTE_DATA_USER_DIR /actions"
41
+ ghe-ssh -p " $port " " $host " -- sudo chown -R actions:actions " $GHE_REMOTE_DATA_USER_DIR /actions "
42
42
43
43
ghe-rsync -arvHR --delete \
44
44
-e " ghe-ssh -p $port " \
You can’t perform that action at this time.
0 commit comments