From d2fd01c0181fd557a1750d8c36fbe1394431766c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 5 Jul 2026 14:38:46 +0530 Subject: Install cgit from source --- justfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 67528c2..312bf01 100644 --- a/justfile +++ b/justfile @@ -9,7 +9,7 @@ ssh *args: shell: ssh copy *args: - rsync -ravh --delete --exclude '.git' -e "ssh -p $SSH_PORT" "$@" + rsync -ravh --delete --exclude '.git' --exclude 'tmp' -e "ssh -p $SSH_PORT" "$@" df: just ssh 'df -ah /' @@ -17,8 +17,6 @@ df: upload: just copy . "${SSH_USER}@${SSH_HOST}:{{TARGET_DIR}}" -restart-remote: (setup "start") - setup *args: just ssh "{{TARGET_DIR}}/setup.sh" "$@" -- cgit v1.3.1