Fixed bootstrap script
This commit is contained in:
parent
3f585b46e6
commit
3efb76a5f3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue