From 338da0427181966436d9ef19bee0d720f9b272c8 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Tue, 2 Jul 2024 16:51:18 +0200 Subject: [PATCH] Update justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index cf536c7..542395a 100644 --- a/justfile +++ b/justfile @@ -21,7 +21,7 @@ beleth: # arch_sanitized=$(echo $arch | sed 's/^"//;s/"$//') # if [ $arch_sanitized == "x86_64-linux" ]; then nixos-rebuild switch --flake '.#beleth' --build-host {{beleth-host}} --target-host {{beleth-host}}; - ssh {{beleth-user-host}} "cd; cd nixos-config; git pull; cd; sh build_website.sh"; + ssh {{beleth-user-host}} "cd && cd nixos-config && git pull && cd && sh build_website.sh"; exit # fi # @echo "Host arch needs to be 'x86_64-linux'! Aborting...";