Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
fix this: #5
  • Loading branch information
fabriziosalmi authored Sep 27, 2024
1 parent d53a951 commit 0a327ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ install_lxc_autoscale_ml() {
systemctl daemon-reload

# Install needed packages
apt install git python3-flask python3-requests -y
apt install git python3-flask python3-requests python3-paramiko -y

# Create necessary directories
mkdir -p /etc/lxc_autoscale_ml
Expand Down

0 comments on commit 0a327ea

Please sign in to comment.