From 8c610acc9e4041c337a83400ddbea4af98b95921 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Thu, 27 Feb 2020 17:51:47 -0500 Subject: [PATCH] Fixed bootstrap script --- .config/yadm/bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index bf0c99c..1876be4 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -15,9 +15,9 @@ echo "+ TMux Plugin Manager" mkdir -p "$HOME/.tmux/plugins" git clone https://github.com/tmux-plugins/tpm "$HOME/.tmux/plugins/tpm" echo "+ SpaceVim" -curl -sLF https://spacevim.org/install.sh | bash +curl -sLf https://spacevim.org/install.sh | bash -if [[ -f /etc/os-release ]]; +if [[ -f /etc/os-release ]]; then source /etc/os-release if [[ "$ID" == "linuxmint" ]]; then