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