Skip to content

Commit

Permalink
Update agent-installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pastudan authored Nov 15, 2021
1 parent dcbac29 commit 80fd06e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion agent-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,15 @@ echo $KUBESAIL_USERNAME > /boot/kubesail-username.txt
if [ $GITHUB_SSH = "Y" ]; then
echo $KUBESAIL_USERNAME > /boot/github-ssh-username.txt
echo "Installing GitHub Keys..."
systemctl start pibox-first-boot.service
fi
echo "Installing KubeSail agent. Please wait..."
sudo service kubesail-init start
systemctl start kubesail-init.service
EOF

chmod +x /usr/local/bin/kubesail


Expand Down

0 comments on commit 80fd06e

Please sign in to comment.