Change flag on [ in that snippet
This commit is contained in:
parent
e25c8296ac
commit
8681346661
@ -13,7 +13,7 @@ If you just want something to copy and paste into a terminal, try this:
|
|||||||
```bash
|
```bash
|
||||||
cd
|
cd
|
||||||
git clone https://gitlab.com/rehashedsalt/firestarter .firestarter
|
git clone https://gitlab.com/rehashedsalt/firestarter .firestarter
|
||||||
[ -f "~/.xinitrc" ] && mv "~/.xinitrc" "~/.xinitrc.bak"
|
[ -e "~/.xinitrc" ] && mv "~/.xinitrc" "~/.xinitrc.bak"
|
||||||
ln -s .firestarter/firestarter .xinitrc
|
ln -s .firestarter/firestarter .xinitrc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user