fix deploy input

This commit is contained in:
m3tam3re 2025-04-10 16:00:54 +02:00
parent 412bc59408
commit 9d3abd60fc
2 changed files with 1 additions and 4 deletions

View File

@ -16,7 +16,6 @@
};
deploy-rs = {
url = "github:serokell/deploy-rs";
follows = "nixpkgs";
};
};

View File

@ -266,9 +266,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
setup_ssh_config "$USERNAME" "$IP_ADDRESS"
echo
install_deploy_rs
echo
echo "To apply the changes, run:"
echo "deploy server"
echo "🚀 Applying the update to your system..."
echo
echo "If you encounter any issues, your backup is available in $backup_dir"
else