Skip to content

Commit

Permalink
Update first-boot-installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pastudan authored Nov 15, 2021
1 parent 80fd06e commit 21bb6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion first-boot-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH_MICROK8S_CERTS=/boot/refresh-microk8s-certs
if [[ -f $PATH_GITHUB_USERNAME ]]; then
set -e
mkdir -p .ssh
mkdir -p /home/pi/.ssh
GITHUB_USERNAME=$(cat $PATH_GITHUB_USERNAME)
echo "Installing public SSH keys for GitHub user: $GITHUB_USERNAME"
curl -sS https://github.com/${GITHUB_USERNAME}.keys -o /tmp/authorized_keys.tmp
Expand Down

0 comments on commit 21bb6af

Please sign in to comment.