From 7348e213daa6af5dd46fd4f02fd8533aea967561 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sun, 20 Apr 2025 13:54:23 -0600 Subject: [PATCH] run now downloads on server --- flake.lock | 5 ++--- src/packaged_scripts/run.sh | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 8a8043e..903817d 100644 --- a/flake.lock +++ b/flake.lock @@ -62,15 +62,14 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1, - "narHash": "sha256-NQp1nHOu+WSSFtqLIfcccpfVHJy5aYi6Exr897CkheU=", "path": "./src/sudoku-hs", "type": "path" }, "original": { "path": "./src/sudoku-hs", "type": "path" - } + }, + "parent": [] }, "systems": { "locked": { diff --git a/src/packaged_scripts/run.sh b/src/packaged_scripts/run.sh index 8798ca1..19865da 100644 --- a/src/packaged_scripts/run.sh +++ b/src/packaged_scripts/run.sh @@ -15,7 +15,7 @@ download) --add-entry="Link:" \ --entry-text "$(xclip -o -sel clip)") if [ -n "$ENTRY" ]; then - cmd="ssh miniserver \"download -u jawz" + cmd="ssh server \"download -u jawz" if ! zenity --question --text "Use archive database?" \ --ok-label="Yes" --cancel-label="Cancel"; then