Skip to content

Commit

Permalink
Update k3s.tpl.sh
Browse files Browse the repository at this point in the history
Update docker install
  • Loading branch information
voatsap authored Oct 5, 2023
1 parent 922ec0e commit da2d0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/k3s.tpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ software_install
software_install() {
set -x
echo "Install additional software here..."
curl https://releases.rancher.com/install-docker/19.03.13.sh | bash
curl https://releases.rancher.com/install-docker/24.0.2.sh | bash
apt-get install -y jq wget unzip python3-pip
pip3 install awscli

Expand Down

0 comments on commit da2d0c9

Please sign in to comment.