run now downloads on server

This commit is contained in:
Danilo Reyes 2025-04-20 13:54:23 -06:00
parent 0805b6ab54
commit 7348e213da
2 changed files with 3 additions and 4 deletions

5
flake.lock generated
View File

@ -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": {

View File

@ -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