From c8dc2cea6c7c418005b64f44ccf4dcc92c06b233 Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Fri, 15 Feb 2019 14:25:35 +1100 Subject: [PATCH] env-fix --- scripts/bootstrap-host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-host.sh b/scripts/bootstrap-host.sh index bf5f069..7ec614d 100755 --- a/scripts/bootstrap-host.sh +++ b/scripts/bootstrap-host.sh @@ -96,7 +96,7 @@ chown -R $HOST_USER:$HOST_USER /$HOST_USER gosu $HOST_USER vcsh clone https://github.com/sabrehagen/dotfiles-alacritty.git gosu $HOST_USER vcsh clone https://github.com/sabrehagen/dotfiles-autostart.git gosu $HOST_USER vcsh clone https://github.com/sabrehagen/dotfiles-kwin.git -gosu $HOST_USER vcsh clone https://${DESKTOP_ENVIRONMENT_GITHUB_TOKEN-$DESKTOP_ENVIRONMENT_REGISTRY}@github.com/sabrehagen/dotfiles-ssh.git +gosu $HOST_USER vcsh clone https://${DESKTOP_ENVIRONMENT_GITHUB_TOKEN:-$DESKTOP_ENVIRONMENT_REGISTRY}@github.com/sabrehagen/dotfiles-ssh.git gosu $HOST_USER vcsh clone https://github.com/sabrehagen/dotfiles-scripts.git # Manually execute startup script to simulate host startup