Skip to content

Commit

Permalink
format cloud-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryJi529 committed Aug 28, 2024
1 parent 7c05645 commit 64a94f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/deploy/_multipass/cloud-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ packages:
- python3-pip
- virtualenv
- nginx
- net-tools

write_files:
- path: /home/ubuntu/.pip/pip.conf
Expand All @@ -33,7 +34,7 @@ runcmd:
- apt-get -qq upgrade
- apt-get -qq -y autoremove
# node
- curl -sL https://deb.nodesource.com/setup_20.x | bash -
- curl -sL https://deb.nodesource.com/setup_20.x | bash -
- apt-get install -y nodejs
# ssh
- sed -i "s/PasswordAuthentication no/PasswordAuthentication yes/" /etc/ssh/sshd_config
Expand Down

0 comments on commit 64a94f4

Please sign in to comment.