From 9d3abd60fc95368727e69c3033c86cfda26c9191 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Thu, 10 Apr 2025 16:00:54 +0200 Subject: [PATCH] fix deploy input --- flake.nix | 1 - update.sh | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 2e1572b..041ea94 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,6 @@ }; deploy-rs = { url = "github:serokell/deploy-rs"; - follows = "nixpkgs"; }; }; diff --git a/update.sh b/update.sh index ca56d57..878570e 100644 --- a/update.sh +++ b/update.sh @@ -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