Fixed bootstrap script

This commit is contained in:
Eric Renfro 2020-02-27 17:51:47 -05:00
parent b10cde9cfa
commit 8c610acc9e
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 2 additions and 2 deletions

View File

@ -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