We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bd309 commit c6ec618Copy full SHA for c6ec618
aarch64-runner/setup.sh
@@ -15,7 +15,7 @@ echo "Setting up runner-user, who will run GitHub Actions runner"
15
adduser --disabled-password --gecos "" ${GITHUB_RUNNER_USER}
16
mkdir /home/${GITHUB_RUNNER_USER}/.ssh/
17
cp "/home/${SUDO_USER}/.ssh/authorized_keys" "/home/${GITHUB_RUNNER_USER}/.ssh/authorized_keys"
18
-chown ${GITHUB_RUNNER_USER}:${GITHUB_RUNNER_USER} /home/${GITHUB_RUNNER_USER}/.ssh/authorized_keys
+chown --recursive ${GITHUB_RUNNER_USER}:${GITHUB_RUNNER_USER} /home/${GITHUB_RUNNER_USER}/.ssh
19
20
echo "Setting up python3"
21
apt-get install --yes --no-install-recommends python3
0 commit comments